You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +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
2eea00b036
commit
1866a605e1
@@ -3974,6 +3974,8 @@ Tree::Tree() {
|
||||
|
||||
allow_reselect = false;
|
||||
propagate_mouse_activated = false;
|
||||
|
||||
update_cache();
|
||||
}
|
||||
|
||||
Tree::~Tree() {
|
||||
|
||||
Reference in New Issue
Block a user