X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Remove.cpp;h=d1b75d1a094b5c1b1c735f9cb2d1a0be5fcc91a8;hb=63ba1dd6387b76f8d2710955f8aebf9cf613058c;hp=dee53bf5600c1e2fac4ceabc4d5b34968c4f0fef;hpb=c4eab94a20a0d93100549a210582d46409fec1cc;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Remove.cpp b/src/PartSetPlugin/PartSetPlugin_Remove.cpp index dee53bf56..d1b75d1a0 100644 --- a/src/PartSetPlugin/PartSetPlugin_Remove.cpp +++ b/src/PartSetPlugin/PartSetPlugin_Remove.cpp @@ -46,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