Remove meta usage in Tree

This commit is contained in:
kobewi
2025-08-24 22:15:35 +02:00
parent 2d86b69bf1
commit a981863be4
2 changed files with 9 additions and 7 deletions

View File

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