You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
misc cleanup
This commit is contained in:
@@ -677,7 +677,8 @@ bool SpatialEditorViewport::_gizmo_select(const Vector2& p_screenpos,bool p_hili
|
||||
|
||||
void SpatialEditorViewport::_smouseenter() {
|
||||
|
||||
surface->grab_focus();
|
||||
if (!surface->has_focus() && (!get_focus_owner() || !get_focus_owner()->is_text_field()))
|
||||
surface->grab_focus();
|
||||
}
|
||||
|
||||
void SpatialEditorViewport::_sinput(const InputEvent &p_event) {
|
||||
|
||||
Reference in New Issue
Block a user