From 314ecb76d7800488a7ade2446601e11b171c08db Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 4 Sep 2019 12:28:03 +0300 Subject: [PATCH] Cut too long line. --- src/PartSet/PartSet_SketcherMgr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.39.2