Fix ColorPicker hide save/load swatches for pressets_visible

This commit is contained in:
Giganzo 2025-01-22 13:42:30 +01:00
parent a7146ef807
commit e9b164adf7
2 changed files with 10 additions and 7 deletions

View file

@ -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;