From: eap Date: Wed, 11 Jul 2012 16:10:38 +0000 (+0000) Subject: 021720: EDF SMESH: Body Fitting hypothesis dialog - Switching between the definition... X-Git-Tag: V6_6_0a1~269 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d51770096b54f24ed775230f3ad1fa9e8a4e38e0;p=modules%2Fsmesh.git 021720: EDF SMESH: Body Fitting hypothesis dialog - Switching between the definition mode resets the previous values --- diff --git a/src/StdMeshersGUI/StdMeshersGUI_CartesianParamCreator.cxx b/src/StdMeshersGUI/StdMeshersGUI_CartesianParamCreator.cxx index 82b0be027..48eec0eb4 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_CartesianParamCreator.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_CartesianParamCreator.cxx @@ -19,11 +19,10 @@ // // 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 @@ -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 )); }