mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
Bug 0020029: EDF 845 GEOM: impossible to set a negative angle for the revolution in gui.
This commit is contained in:
parent
9e61a6fb8d
commit
859c4bcf7d
@ -125,8 +125,7 @@ void GenerationGUI_RevolDlg::Init()
|
||||
//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->RangeStepAndValidator(-360.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