Explorar o código

Fix crash when click icon while editing node name

volzhs %!s(int64=8) %!d(string=hai) anos
pai
achega
3ae0ffa182
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
 
 }