Emit changed signal from Color Picker when changed
This commit is contained in:
parent
98ccaa1bad
commit
a00ac12ae9
2 changed files with 16 additions and 0 deletions
|
|
@ -547,7 +547,11 @@ class EditorPropertyColor : public EditorProperty {
|
|||
GDCLASS(EditorPropertyColor, EditorProperty);
|
||||
ColorPickerButton *picker;
|
||||
void _color_changed(const Color &p_color);
|
||||
void _popup_closed();
|
||||
void _picker_created();
|
||||
void _picker_opening();
|
||||
|
||||
Color last_color;
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue