mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
fix ColorPicker not correctly updating after pasting hex html color
(cherry picked from commit 0bf5d86546)
This commit is contained in:
parent
eea6c43676
commit
1397019424
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue