]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
This is a code correction: this code is obsolete after the cleanContent() is called...
authornds <nds@opencascade.com>
Thu, 10 Sep 2015 12:32:07 +0000 (15:32 +0300)
committernds <nds@opencascade.com>
Thu, 10 Sep 2015 12:32:07 +0000 (15:32 +0300)
src/ModuleBase/ModuleBase_OperationFeature.cpp

index 797f9e2ab19cfd0b2fba3a76fc3506a6e9a8ff9c..b82ee32ca4ef056b7af8a11aa846692ef8c808c4 100755 (executable)
@@ -193,11 +193,6 @@ void ModuleBase_OperationFeature::abort()
   abortOperation();
 
   stopOperation();
-  // is is necessary to deactivate current widgets before the model operation is aborted
-  // because abort removes the feature and activated filters should not check it
-  if (aPropertyPanel) { // feature may be not created (plugin load fail)
-    aPropertyPanel->cleanContent();
-  }
 
   aMgr->abortOperation();
   emit stopped();