You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Update ColorPicker controls when entering tree
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user