Commit 0cf34cb3 by Rémi Verschelde Committed by GitHub

Merge pull request #7372 from chanon/master

Fix ColorPicker not correctly updating after pasting hex html color
parents 17bb7e1c 0bf5d865
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment