mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Merge pull request #45836 from Kanabenki/update-color-picker
Update ColorPicker controls when entering tree
This commit is contained in:
commit
68b7652098
@ -52,6 +52,7 @@ void ColorPicker::_notification(int p_what) {
|
||||
btn_pick->set_icon(get_theme_icon("screen_picker", "ColorPicker"));
|
||||
bt_add_preset->set_icon(get_theme_icon("add_preset"));
|
||||
|
||||
_update_controls();
|
||||
_update_color();
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user