mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 09:50:36 +05:00
021720: EDF SMESH: Body Fitting hypothesis dialog - Switching between the definition mode resets the previous values
This commit is contained in:
parent
e24d326fce
commit
d51770096b
@ -19,11 +19,10 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// File : StdMeshersGUI_CartesianParamCreator.cxx
|
// File : StdMeshersGUI_CartesianParamCreator.cxx
|
||||||
// Author : Open CASCADE S.A.S.
|
// Author : Open CASCADE S.A.S.
|
||||||
|
|
||||||
// SMESH includes
|
// SMESH includes
|
||||||
//
|
|
||||||
#include "StdMeshersGUI_CartesianParamCreator.h"
|
#include "StdMeshersGUI_CartesianParamCreator.h"
|
||||||
|
|
||||||
#include <SMESHGUI.h>
|
#include <SMESHGUI.h>
|
||||||
@ -302,11 +301,11 @@ namespace StdMeshersGUI
|
|||||||
}
|
}
|
||||||
mySpacingTreeWdg->addTopLevelItem( setToItem( 0., 1., spacing ) );
|
mySpacingTreeWdg->addTopLevelItem( setToItem( 0., 1., spacing ) );
|
||||||
}
|
}
|
||||||
myCoordList->clear();
|
//myCoordList->clear();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
mySpacingTreeWdg->clear();
|
//mySpacingTreeWdg->clear();
|
||||||
if ( myCoordList->count() == 0 )
|
if ( myCoordList->count() == 0 )
|
||||||
myCoordList->addItem( coordToItem( 0 ));
|
myCoordList->addItem( coordToItem( 0 ));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user