mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix ColorPicker load/save swatches button interactions
This commit is contained in:
parent
b0655dc86f
commit
a36f064204
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;
|
||||
|
|
@ -305,7 +305,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