mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #101960 from Giganzo/colorpicker-swatches-menubutton
Fix ColorPicker load/save swatches button interactions
This commit is contained in:
commit
00564920d8
2 changed files with 6 additions and 22 deletions
|
|
@ -144,7 +144,7 @@ private:
|
|||
TextureRect *picker_texture_rect = nullptr;
|
||||
Color picker_color;
|
||||
FileDialog *file_dialog = nullptr;
|
||||
Button *menu_btn = nullptr;
|
||||
MenuButton *menu_btn = nullptr;
|
||||
PopupMenu *options_menu = nullptr;
|
||||
|
||||
MarginContainer *internal_margin = nullptr;
|
||||
|
|
@ -306,7 +306,6 @@ private:
|
|||
void _target_gui_input(const Ref<InputEvent> &p_event);
|
||||
void _pick_finished();
|
||||
void _update_menu_items();
|
||||
void _update_menu();
|
||||
void _options_menu_cbk(int p_which);
|
||||
|
||||
// Legacy color picking.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue