Salome HOME
Define abstract module class
[modules/shaper.git] / src / PartSet / PartSet_OperationSketchBase.cpp
index 9dd3141eb50135b8836616dde205871b20884857..e8f081e4d581d19beab5a3cf4f46dc48dd91e42d 100644 (file)
@@ -98,9 +98,7 @@ void PartSet_OperationSketchBase::restartOperation(const std::string& theType, O
   if (aFeature) {
     QStringList aNested = this->nestedFeatures();
     if (!aNested.isEmpty()) {
-      if (aNested.contains(QString(aFeature->getKind().c_str()))) 
-        emit restartRequired(theType, theFeature);
-      else
+      if (!aNested.contains(QString(aFeature->getKind().c_str())))
         return;
     }
   }