Skip to content

Commit

Permalink
GUI: Remove the parent from the button_idle DrawData
Browse files Browse the repository at this point in the history
Removing it does not result in any visible difference. It was likeliy
set by mistake.
  • Loading branch information
bgK committed Jan 27, 2018
1 parent 7dc602f commit 21552fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/ThemeEngine.cpp
Expand Up @@ -227,7 +227,7 @@ static const DrawDataInfo kDrawDataDefaults[] = {
{kDDWidgetBackgroundEditText, "widget_textedit", true, kDDNone},
{kDDWidgetBackgroundSlider, "widget_slider", true, kDDNone},

{kDDButtonIdle, "button_idle", true, kDDWidgetBackgroundSlider},
{kDDButtonIdle, "button_idle", true, kDDNone},
{kDDButtonHover, "button_hover", false, kDDButtonIdle},
{kDDButtonDisabled, "button_disabled", true, kDDNone},
{kDDButtonPressed, "button_pressed", false, kDDButtonIdle},
Expand Down

0 comments on commit 21552fb

Please sign in to comment.