mirror of
https://github.com/godotengine/godot.git
synced 2025-01-05 17:50:55 +00:00
Fix Tree Slider disappearing when clicking on it
This commit is contained in:
parent
1d99e71d94
commit
05a85894da
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user