From: vsv Date: Wed, 26 Feb 2020 12:58:36 +0000 (+0300) Subject: Issue #3148: Restore multi-selection mode after dragging operation X-Git-Tag: V9_5_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=74db6c566b06d6ca099ff7ae8ff855b9f805665a;p=modules%2Fshaper.git Issue #3148: Restore multi-selection mode after dragging operation --- diff --git a/src/PartSet/PartSet_SketcherMgr.cpp b/src/PartSet/PartSet_SketcherMgr.cpp index bcf6db4be..8d57a5a3c 100644 --- a/src/PartSet/PartSet_SketcherMgr.cpp +++ b/src/PartSet/PartSet_SketcherMgr.cpp @@ -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;