mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #109943 from kevinlam508/proper-tree-size-without-scrollbars
Fix tree to update size with scrollbars disabled
This commit is contained in:
commit
6f57447710
2 changed files with 13 additions and 0 deletions
|
|
@ -571,6 +571,7 @@ private:
|
|||
void item_changed(int p_column, TreeItem *p_item);
|
||||
void item_selected(int p_column, TreeItem *p_item);
|
||||
void item_deselected(int p_column, TreeItem *p_item);
|
||||
void update_min_size_for_item_change();
|
||||
|
||||
void propagate_set_columns(TreeItem *p_item);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue