Skip to content

Commit

Permalink
Merge pull request #22915 from fire/visuals-shader-colour-constant-22906
Browse files Browse the repository at this point in the history
Fix for Visual Shader Editor #22906: Cannot change color on Color Con…
  • Loading branch information
akien-mga authored Oct 11, 2018
2 parents ebdb374 + 6097a5a commit 451e5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 451e5fd

Please sign in to comment.