Fix for Visual Shader Editor #22906: Cannot change color on Color Constant

Revert line from 5f2f108908
This commit is contained in:
K. S. Ernest (iFire) Lee 2018-10-10 12:52:37 -07:00
parent 4c1a5d9cfe
commit 6097a5af14
1 changed files with 1 additions and 1 deletions

View File

@ -1779,7 +1779,7 @@ void EditorPropertyColor::_color_changed(const Color &p_color) {
void EditorPropertyColor::_popup_closed() {
emit_signal("property_changed", get_edited_property(), picker->get_pick_color(), true);
emit_signal("property_changed", get_edited_property(), picker->get_pick_color(), false);
}
void EditorPropertyColor::_bind_methods() {