mirror of
https://github.com/godotengine/godot.git
synced 2025-01-26 20:42:55 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue