fix ColorPicker not correctly updating after pasting hex html color
This commit is contained in:
parent
c798ff1551
commit
0bf5d86546
|
@ -162,7 +162,7 @@ void ColorPicker::_html_entered(const String& p_html) {
|
||||||
if (!is_inside_tree())
|
if (!is_inside_tree())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
_update_color();
|
set_color(color);
|
||||||
emit_signal("color_changed",color);
|
emit_signal("color_changed",color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue