1
0
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:
Rémi Verschelde
2017-02-26 20:28:00 +01:00
committed by GitHub

View File

@@ -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();
}