Fix wrong TreeItem reference after reconstructing
(cherry picked from commit 66b7586fb0
)
This commit is contained in:
parent
cb2cdce6b8
commit
5ac097a035
1 changed files with 0 additions and 1 deletions
|
@ -833,7 +833,6 @@ void Tree::update_cache() {
|
||||||
cache.title_button_color = get_color("title_button_color");
|
cache.title_button_color = get_color("title_button_color");
|
||||||
|
|
||||||
v_scroll->set_custom_step(cache.font->get_height());
|
v_scroll->set_custom_step(cache.font->get_height());
|
||||||
cache.click_item=get_selected();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue