You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +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:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user