mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 00:23:27 +00:00
Merge pull request #7874 from volzhs/issue-7820-master
Fix crash when click icon while editing node name
This commit is contained in:
commit
4d6a3cf7fc
@ -848,6 +848,7 @@ void Tree::update_cache() {
|
||||
cache.title_button_color = get_color("title_button_color");
|
||||
|
||||
v_scroll->set_custom_step(cache.font->get_height());
|
||||
cache.click_item=get_selected();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user