Merge pull request #7372 from chanon/master
Fix ColorPicker not correctly updating after pasting hex html color
This commit is contained in:
commit
0cf34cb3af
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…
Reference in a new issue