fixed gizmo crash

This commit is contained in:
T1ti
2024-01-07 22:47:04 +01:00
parent 5d41197d32
commit 6718a5940c

View File

@@ -4746,7 +4746,7 @@ void MapView::keyPressEvent (QKeyEvent *event)
} }
if (_gizmo_on.get()) if (_gizmo_on.get() && !_transform_gizmo.isUsing())
{ {
if (!_change_operation_mode && event->key() == Qt::Key_Space) if (!_change_operation_mode && event->key() == Qt::Key_Space)
{ {