mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Merge pull request #68008 from timothyqiu/hide-axis
Hide axis gizmo after translating 3D nodes
This commit is contained in:
commit
e47aa546cd
@ -1650,12 +1650,12 @@ void Node3DEditorViewport::_sinput(const Ref<InputEvent> &p_event) {
|
||||
}
|
||||
|
||||
se->gizmo->commit_subgizmos(ids, restore, false);
|
||||
spatial_editor->update_transform_gizmo();
|
||||
} else {
|
||||
commit_transform();
|
||||
}
|
||||
_edit.mode = TRANSFORM_NONE;
|
||||
set_message("");
|
||||
spatial_editor->update_transform_gizmo();
|
||||
}
|
||||
surface->queue_redraw();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user