mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Remove meta usage in Tree
This commit is contained in:
parent
2d86b69bf1
commit
a981863be4
2 changed files with 9 additions and 7 deletions
|
|
@ -100,6 +100,7 @@ private:
|
|||
Color icon_color = Color(1, 1, 1);
|
||||
Ref<StyleBox> custom_stylebox;
|
||||
|
||||
Rect2 focus_rect;
|
||||
Size2i cached_minimum_size;
|
||||
bool cached_minimum_size_dirty = true;
|
||||
|
||||
|
|
@ -139,6 +140,7 @@ private:
|
|||
|
||||
Vector<Cell> cells;
|
||||
|
||||
Rect2 focus_rect;
|
||||
bool collapsed = false; // Won't show children.
|
||||
bool visible = true;
|
||||
bool parent_visible_in_tree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue