Merge pull request #22915 from fire/visuals-shader-colour-constant-22906

Fix for Visual Shader Editor #22906: Cannot change color on Color Con…
This commit is contained in:
Rémi Verschelde 2018-10-11 17:59:35 +02:00 committed by GitHub
commit 451e5fd051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {