mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
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:
@@ -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