You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Fix Tree::get_column_at_position crash
(cherry picked from commit c8efcf81d2)
This commit is contained in:
committed by
Rémi Verschelde
parent
757c2c0e77
commit
a2b4093a50
@@ -4176,6 +4176,8 @@ Tree::Tree() {
|
||||
|
||||
allow_reselect = false;
|
||||
propagate_mouse_activated = false;
|
||||
|
||||
update_cache();
|
||||
}
|
||||
|
||||
Tree::~Tree() {
|
||||
|
||||
Reference in New Issue
Block a user