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