mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix ColorPicker hide save/load swatches for pressets_visible
This commit is contained in:
parent
a7146ef807
commit
e9b164adf7
2 changed files with 10 additions and 7 deletions
|
|
@ -157,6 +157,7 @@ private:
|
|||
Control *wheel = nullptr;
|
||||
Control *wheel_uv = nullptr;
|
||||
TextureRect *sample = nullptr;
|
||||
VBoxContainer *swatches_vbc = nullptr;
|
||||
GridContainer *preset_container = nullptr;
|
||||
HBoxContainer *recent_preset_hbc = nullptr;
|
||||
Button *btn_add_preset = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue