Browse Source

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

Revert line from 5f2f1089086ad64636efc2a4096e55e4483c927a
K. S. Ernest (iFire) Lee 7 years ago
parent
commit
6097a5af14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/editor_properties.cpp

+ 1 - 1
editor/editor_properties.cpp

@@ -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() {