]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #3148: Restore multi-selection mode after dragging operation
authorvsv <vsv@opencascade.com>
Wed, 26 Feb 2020 12:58:36 +0000 (15:58 +0300)
committervsv <vsv@opencascade.com>
Wed, 26 Feb 2020 12:58:36 +0000 (15:58 +0300)
src/PartSet/PartSet_SketcherMgr.cpp

index bcf6db4be9bedf1554dc90a14d4d49f0b548d4ee..8d57a5a3cc5a7b6d58c9a428aa890a953045d7a7 100644 (file)
@@ -592,6 +592,7 @@ void PartSet_SketcherMgr::onMouseReleased(ModuleBase_IViewWindow* theWnd, QMouse
       aProcessor->mouseReleased(theWnd, theEvent);
   }
   if (MyModeByDrag && aOp) {
+    aViewer->enableMultiselection(true);
     QString aOpId = aOp->id();
     if (aOpId == "Sketch")
       return;