X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Remove.cpp;h=d1b75d1a094b5c1b1c735f9cb2d1a0be5fcc91a8;hb=63ba1dd6387b76f8d2710955f8aebf9cf613058c;hp=1c8b921d47d86880703cd566f83c2f4df6e862a4;hpb=a94fc319f2aa64b43c9a73b5ff7063923648faec;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Remove.cpp b/src/PartSetPlugin/PartSetPlugin_Remove.cpp index 1c8b921d4..d1b75d1a0 100644 --- a/src/PartSetPlugin/PartSetPlugin_Remove.cpp +++ b/src/PartSetPlugin/PartSetPlugin_Remove.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #include "PartSetPlugin_Remove.h" @@ -47,6 +46,9 @@ void PartSetPlugin_Remove::execute() std::set > aRefFeatures; aRoot->refsToFeature(aFeature, aRefFeatures); if (aRefFeatures.empty()) { + // before removing the part make the partSet active document + if (aThisDoc == aPManager->activeDocument()) + aPManager->setActiveDocument(aRoot); aRoot->removeFeature(aFeature); // the redisplay signal should be flushed in order to erase the feature presentation // in the viewer after removeFeature from the document