]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSetPlugin/PartSetPlugin_Remove.cpp
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Remove.cpp
index a1c7bcfda295ab77636711299d7130911498015e..19ca7ae08e58261fd8813d8a89977193e8bdef27 100644 (file)
@@ -33,8 +33,8 @@ void PartSetPlugin_Remove::execute()
       aRoot->refsToFeature(aFeature, aRefFeatures);
       if (aRefFeatures.empty()) {
         aRoot->removeFeature(aFeature);
-        // the redisplay signal should be flushed in order to erase the feature presentation in the viewer
-        // after removeFeature from the document
+        // the redisplay signal should be flushed in order to erase the feature presentation 
+        // in the viewer after removeFeature from the document
         Events_Loop::loop()->flush(Events_Loop::loop()->eventByName(EVENT_OBJECT_TO_REDISPLAY));
       }
     }