mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL8536. In SMESHGUI_doubleParameter::InitializeWidget() allow going down to _bottom
This commit is contained in:
parent
8f2a7615f7
commit
2f62477c15
@ -115,8 +115,9 @@ void SMESHGUI_doubleParameter::InitializeWidget( QWidget* theQWidget) const
|
||||
{
|
||||
QAD_SpinBoxDbl * aSpin = dynamic_cast< QAD_SpinBoxDbl *>( theQWidget );
|
||||
if ( aSpin ) {
|
||||
aSpin->setPrecision( _decimals );
|
||||
aSpin->setDblPrecision( _bottom );
|
||||
aSpin->setRange( _bottom, _top );
|
||||
((QDoubleValidator*)(aSpin->validator()))->setRange( _bottom, _top, _decimals );
|
||||
aSpin->setValue( _initValue );
|
||||
aSpin->setLineStep( _step );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user