From: azv Date: Wed, 4 Sep 2019 09:28:03 +0000 (+0300) Subject: Cut too long line. X-Git-Tag: V9_4_0a2~4^2~135 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=314ecb76d7800488a7ade2446601e11b171c08db;p=modules%2Fshaper.git Cut too long line. --- diff --git a/src/PartSet/PartSet_SketcherMgr.cpp b/src/PartSet/PartSet_SketcherMgr.cpp index e9d0f12a9..669e8ee95 100644 --- a/src/PartSet/PartSet_SketcherMgr.cpp +++ b/src/PartSet/PartSet_SketcherMgr.cpp @@ -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(getCurrentOperation()); + ModuleBase_OperationFeature* aOp = + dynamic_cast(getCurrentOperation()); if (aOp) { bool aStartNoDragOperation = !aViewer->canDragByMouse() && aOp->isEditOperation(); if (aStartNoDragOperation || myNoDragMoving) {