mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-01 04:10:34 +05:00
Update for bug IPAL12958.
This commit is contained in:
parent
fa69d46a99
commit
664cfe7b2f
@ -122,7 +122,11 @@ void GenerationGUI_RevolDlg::Init()
|
||||
|
||||
double SpecificStep = 5;
|
||||
/* min, max, step and decimals for spin boxes & initial values */
|
||||
GroupPoints->SpinBox_DX->RangeStepAndValidator(COORD_MIN, COORD_MAX, SpecificStep, DBL_DIGITS_DISPLAY);
|
||||
//GroupPoints->SpinBox_DX->RangeStepAndValidator(COORD_MIN, COORD_MAX,
|
||||
// SpecificStep, DBL_DIGITS_DISPLAY);
|
||||
// 05.06.2008 skl for IPAL12958
|
||||
GroupPoints->SpinBox_DX->RangeStepAndValidator(0.0, 360.0, SpecificStep,
|
||||
DBL_DIGITS_DISPLAY);
|
||||
GroupPoints->SpinBox_DX->SetValue(45.0);
|
||||
|
||||
/* signals and slots connections */
|
||||
|
Loading…
Reference in New Issue
Block a user