mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 09:04:02 +00:00
Remove mini style from opacity slider in Cel Properties dialog
This commit is contained in:
parent
6d532e56c5
commit
5f159f14a7
@ -66,9 +66,6 @@ void CelPropertiesCommand::onExecute(Context* context)
|
|||||||
Widget* button_ok = app::find_widget<Widget>(window, "ok");
|
Widget* button_ok = app::find_widget<Widget>(window, "ok");
|
||||||
ui::TooltipManager* tooltipManager = window->findFirstChildByType<ui::TooltipManager>();
|
ui::TooltipManager* tooltipManager = window->findFirstChildByType<ui::TooltipManager>();
|
||||||
|
|
||||||
// Mini look for the opacity slider
|
|
||||||
setup_mini_look(slider_opacity);
|
|
||||||
|
|
||||||
// If the layer isn't writable
|
// If the layer isn't writable
|
||||||
if (!layer->isEditable()) {
|
if (!layer->isEditable()) {
|
||||||
button_ok->setText("Locked");
|
button_ok->setText("Locked");
|
||||||
|
Loading…
Reference in New Issue
Block a user