Browse Source

Fix crash when click icon while editing node name

volzhs 8 years ago
parent
commit
3ae0ffa182
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scene/gui/tree.cpp

+ 1 - 0
scene/gui/tree.cpp

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