Merge pull request #48760 from timothyqiu/tree-crash

Fix Tree::get_column_at_position crash
This commit is contained in:
Rémi Verschelde 2021-05-16 23:05:37 +02:00 committed by GitHub
commit 2dadcde361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4334,6 +4334,8 @@ Tree::Tree() {
set_mouse_filter(MOUSE_FILTER_STOP);
set_clip_contents(true);
update_cache();
}
Tree::~Tree() {