Skip to content

Commit 1a7c477

Browse files
committed
Merge pull request #109684 from ryevdokimov/fix-cancel-fighting
Fix transforms trying to continue after a cancel
2 parents 61c6a82 + 26f920f commit 1a7c477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/scene/3d/node_3d_editor_plugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5664,6 +5664,7 @@ void Node3DEditorViewport::finish_transform() {
56645664
spatial_editor->update_transform_gizmo();
56655665
surface->queue_redraw();
56665666
set_process_input(false);
5667+
clicked = ObjectID();
56675668
}
56685669

56695670
// Register a shortcut and also add it as an input action with the same events.

0 commit comments

Comments
 (0)