diff --git a/scene/gui/color_picker.cpp b/scene/gui/color_picker.cpp index 5ced54b8253..1e5731dab20 100644 --- a/scene/gui/color_picker.cpp +++ b/scene/gui/color_picker.cpp @@ -162,7 +162,7 @@ void ColorPicker::_html_entered(const String& p_html) { if (!is_inside_tree()) return; - _update_color(); + set_color(color); emit_signal("color_changed",color); }