Update ColorPicker controls when entering tree
This commit is contained in:
parent
6de91c87b1
commit
03d4ebf129
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ void ColorPicker::_notification(int p_what) {
|
||||||
btn_pick->set_icon(get_theme_icon("screen_picker", "ColorPicker"));
|
btn_pick->set_icon(get_theme_icon("screen_picker", "ColorPicker"));
|
||||||
bt_add_preset->set_icon(get_theme_icon("add_preset"));
|
bt_add_preset->set_icon(get_theme_icon("add_preset"));
|
||||||
|
|
||||||
|
_update_controls();
|
||||||
_update_color();
|
_update_color();
|
||||||
|
|
||||||
#ifdef TOOLS_ENABLED
|
#ifdef TOOLS_ENABLED
|
||||||
|
|
Loading…
Reference in a new issue