Browse Source

Fix Tree Slider disappearing when clicking on it

Franklin Sobrinho 9 năm trước cách đây
mục cha
commit
05a85894da
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      scene/gui/tree.cpp

+ 2 - 0
scene/gui/tree.cpp

@@ -1730,6 +1730,8 @@ void Tree::_text_editor_modal_close() {
 		return;
 	}
 
+	if (value_editor->has_point(value_editor->get_local_mouse_pos()))
+		return;
 
 	text_editor_enter(text_editor->get_text());
 }