mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +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");
|
||||
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 (!layer->isEditable()) {
|
||||
button_ok->setText("Locked");
|
||||
|
Loading…
Reference in New Issue
Block a user