-New inspector.
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
This commit is contained in:
@@ -118,12 +118,16 @@ class ColorPickerButton : public Button {
|
||||
|
||||
PopupPanel *popup;
|
||||
ColorPicker *picker;
|
||||
Color color;
|
||||
bool edit_alpha;
|
||||
|
||||
void _color_changed(const Color &p_color);
|
||||
void _modal_closed();
|
||||
|
||||
virtual void pressed();
|
||||
|
||||
void _update_picker();
|
||||
|
||||
protected:
|
||||
void _notification(int);
|
||||
static void _bind_methods();
|
||||
@@ -135,7 +139,7 @@ public:
|
||||
void set_edit_alpha(bool p_show);
|
||||
bool is_editing_alpha() const;
|
||||
|
||||
ColorPicker *get_picker() const;
|
||||
ColorPicker *get_picker();
|
||||
PopupPanel *get_popup() const;
|
||||
|
||||
ColorPickerButton();
|
||||
|
||||
Reference in New Issue
Block a user