]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_OperationFeature.cpp
Salome HOME
Issue #2250 Fatal error or sigsegv when I use the "Echap" key: Escape processed by...
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationFeature.cpp
index b04e209830ec3d40ec4d09cf757a6f5b26d21212..5a37bdd6731d6686aa78351976076bc08984e74c 100755 (executable)
@@ -60,8 +60,7 @@
 #endif
 
 ModuleBase_OperationFeature::ModuleBase_OperationFeature(const QString& theId, QObject* theParent)
-: ModuleBase_Operation(theId, theParent),
-  myIsEditing(false)
+: ModuleBase_Operation(theId, theParent), myIsEditing(false), myNeedToBeAborted(false)
 {
 }