mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix legacy picking label bounds
This commit is contained in:
parent
44fa552343
commit
82b53b1e1b
2 changed files with 8 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue