Fix Tree::get_column_at_position crash
This commit is contained in:
parent
c3002c0955
commit
c8efcf81d2
1 changed files with 2 additions and 0 deletions
|
@ -4334,6 +4334,8 @@ Tree::Tree() {
|
|||
set_mouse_filter(MOUSE_FILTER_STOP);
|
||||
|
||||
set_clip_contents(true);
|
||||
|
||||
update_cache();
|
||||
}
|
||||
|
||||
Tree::~Tree() {
|
||||
|
|
Loading…
Reference in a new issue