From: vsv Date: Thu, 30 Jan 2020 13:23:10 +0000 (+0300) Subject: Issue #3135: Implement creation of arc in mouse dragging mode X-Git-Tag: V9_5_0a1~50 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1094572ac00c868bc7dab928d45ec5a64c296a69;p=modules%2Fshaper.git Issue #3135: Implement creation of arc in mouse dragging mode --- diff --git a/src/PartSet/PartSet_SketcherMgr.cpp b/src/PartSet/PartSet_SketcherMgr.cpp index eceebc0c0..bdcee2a51 100644 --- a/src/PartSet/PartSet_SketcherMgr.cpp +++ b/src/PartSet/PartSet_SketcherMgr.cpp @@ -604,8 +604,6 @@ void PartSet_SketcherMgr::onMouseMoved(ModuleBase_IViewWindow* theWnd, QMouseEve qDebug(QString("%1").arg(anInfo.size()).arg(anInfoStr).toStdString().c_str()); } #endif - if (MyModeByDrag && !myIsDragging) - return; if (myModule->sketchReentranceMgr()->processMouseMoved(theWnd, theEvent)) return;