Salome HOME
updated copyright message
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Remove.cpp
index a17bfee5ebb137265ba6b503da1c4e8d34c36a35..16adc503e0cd1e6bbb1ebf4297fc917bbadc046e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -47,7 +47,8 @@ void PartSetPlugin_Remove::execute()
       aRoot->refsToFeature(aFeature, aRefFeatures);
       if (aRefFeatures.empty()) {
         // before removing the part make the partSet active document
-        aPManager->setActiveDocument(aRoot);
+        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