From 74af198032ad400be876ee4d5dc955a18f7d2f18 Mon Sep 17 00:00:00 2001 From: vsv Date: Fri, 28 Nov 2014 11:58:41 +0300 Subject: [PATCH] Restore objects moving --- src/PartSet/PartSet_Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index e115736c3..f811715c6 100644 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -291,7 +291,7 @@ void PartSet_Module::onMousePressed(ModuleBase_IViewWindow* theWnd, QMouseEvent* bool isSketchOpe = sketchOperationIdList().contains(aOperation->id()); // Avoid non-sketch operations - if (!isSketchOpe) + if ((!isSketchOpe) && (!isSketcher)) return; bool isEditing = aOperation->isEditOperation(); -- 2.39.2