Fix for Visual Shader Editor #22906: Cannot change color on Color Constant
Revert line from 5f2f108908
This commit is contained in:
@ -1779,7 +1779,7 @@ void EditorPropertyColor::_color_changed(const Color &p_color) {
|
|||||||
|
|
||||||
void EditorPropertyColor::_popup_closed() {
|
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() {
|
void EditorPropertyColor::_bind_methods() {
|
||||||
|
|||||||
Reference in New Issue
Block a user