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
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 0 deletions

View File

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