]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
021720: EDF SMESH: Body Fitting hypothesis dialog - Switching between the definition...
authoreap <eap@opencascade.com>
Wed, 11 Jul 2012 16:10:38 +0000 (16:10 +0000)
committereap <eap@opencascade.com>
Wed, 11 Jul 2012 16:10:38 +0000 (16:10 +0000)
src/StdMeshersGUI/StdMeshersGUI_CartesianParamCreator.cxx

index 82b0be02710da211dfba93d6461c793ac416ac87..48eec0eb433b207139426bcde0288921cb28efaf 100644 (file)
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-
 // File   : StdMeshersGUI_CartesianParamCreator.cxx
 // Author : Open CASCADE S.A.S.
+
 // SMESH includes
-//
 #include "StdMeshersGUI_CartesianParamCreator.h"
 
 #include <SMESHGUI.h>
@@ -302,11 +301,11 @@ namespace StdMeshersGUI
         }
         mySpacingTreeWdg->addTopLevelItem( setToItem( 0., 1., spacing ) );
       }
-      myCoordList->clear();
+      //myCoordList->clear();
     }
     else
     {
-      mySpacingTreeWdg->clear();
+      //mySpacingTreeWdg->clear();
       if ( myCoordList->count() == 0 )
         myCoordList->addItem( coordToItem( 0 ));
     }