Fix legacy picking label bounds

This commit is contained in:
kobewi 2024-10-20 22:59:39 +02:00
parent 44fa552343
commit 82b53b1e1b
2 changed files with 8 additions and 12 deletions

View file

@ -130,7 +130,6 @@ private:
Popup *picker_window = nullptr;
// Legacy color picking.
TextureRect *picker_texture_rect = nullptr;
Panel *picker_preview = nullptr;
Label *picker_preview_label = nullptr;
Ref<StyleBoxFlat> picker_preview_style_box;
Color picker_color;