mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Fix for Visual Shader Editor #22906: Cannot change color on Color Constant
Revert line from 5f2f108908
This commit is contained in:
parent
4c1a5d9cfe
commit
6097a5af14
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user