]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Too long line problem fix
authormpv <mpv@opencascade.com>
Mon, 9 Dec 2019 11:44:42 +0000 (14:44 +0300)
committermpv <mpv@opencascade.com>
Mon, 9 Dec 2019 11:44:42 +0000 (14:44 +0300)
src/Model/Model_AttributeSelection.cpp

index 468b60f7ab1d0c87c5644336614ece5d804be168..e8f99e8942a9cf058305d773d32171ed11559be3 100644 (file)
@@ -1579,7 +1579,7 @@ void Model_AttributeSelection::updateInHistory(bool& theRemove)
             if (!myParent->isInList(*aConcealer, anEmptyShape)) {// avoid addition of duplicates
               setValue(*aConcealer, anEmptyShape);
               aChanged = true;
-            } else if (aCopyPossible && *aConcealer == aFeature) { // keep the origin in case of copy
+            } else if (aCopyPossible && *aConcealer == aFeature) {// keep origin in case of copy
               aChanged = true;
             }
           }