mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Merge pull request #7372 from chanon/master
Fix ColorPicker not correctly updating after pasting hex html color
This commit is contained in:
commit
0cf34cb3af
@ -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…
Reference in New Issue
Block a user