fixed gizmo crash
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user