1
0
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:
Haoyu Qiu
2021-05-16 19:42:28 +08:00
committed by Rémi Verschelde
parent 2eea00b036
commit 1866a605e1

View File

@@ -3974,6 +3974,8 @@ Tree::Tree() {
allow_reselect = false;
propagate_mouse_activated = false;
update_cache();
}
Tree::~Tree() {