]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Cut too long line.
authorazv <azv@opencascade.com>
Wed, 4 Sep 2019 09:28:03 +0000 (12:28 +0300)
committerazv <azv@opencascade.com>
Wed, 4 Sep 2019 09:28:03 +0000 (12:28 +0300)
src/PartSet/PartSet_SketcherMgr.cpp

index e9d0f12a9d391443700a7f10f915bb79c7620489..669e8ee95b27033438efc183368d96f1174621a6 100644 (file)
@@ -477,7 +477,8 @@ void PartSet_SketcherMgr::onMouseReleased(ModuleBase_IViewWindow* theWnd, QMouse
   ModuleBase_IViewer* aViewer = aWorkshop->viewer();
   //if (!aViewer->canDragByMouse())
   //  return;
-  ModuleBase_OperationFeature* aOp = dynamic_cast<ModuleBase_OperationFeature*>(getCurrentOperation());
+  ModuleBase_OperationFeature* aOp =
+      dynamic_cast<ModuleBase_OperationFeature*>(getCurrentOperation());
   if (aOp) {
     bool aStartNoDragOperation = !aViewer->canDragByMouse() && aOp->isEditOperation();
     if (aStartNoDragOperation || myNoDragMoving) {