Bug 0020029: EDF 845 GEOM: impossible to set a negative angle for the revolution in gui.

This commit is contained in:
jfa 2008-10-31 14:09:56 +00:00
parent 9e61a6fb8d
commit 859c4bcf7d

View File

@ -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 */