]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeSelection.cpp
Salome HOME
Update line endings according to coding rules
[modules/shaper.git] / src / Model / Model_AttributeSelection.cpp
index e065c1e81f4bdad5c3cf20f7daad244d23fd7e8f..2b3fe9b7850e20c4e765f16612469fe012c8e48a 100644 (file)
@@ -711,7 +711,7 @@ void Model_AttributeSelection::selectBody(
         aFeatureOwner->removeResults(0, false);
     }
     aSel.Select(aNewSub, aNewContext);
+
     if (aEraseResults) { // flash after Select : in Groups it makes selection with shift working
       static Events_Loop* aLoop = Events_Loop::loop();
       static const Events_ID kDeletedEvent = aLoop->eventByName(EVENT_OBJECT_DELETED);