1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +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 757c2c0e77
commit a2b4093a50

View File

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