Fix crash when click icon while editing node name
This commit is contained in:
parent
d5c2a6b76b
commit
3d817ac73a
@ -833,6 +833,7 @@ 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 New Issue
Block a user