mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 15:50:36 +05:00
IPAL20909 coordinates of origin local coordinate system
This commit is contained in:
parent
12df0f8552
commit
f1431d0f3c
@ -205,7 +205,7 @@ void BasicGUI_MarkerDlg::Init()
|
|||||||
double step = resMgr->doubleValue( "Geometry", "SettingsGeomStep", 100 );
|
double step = resMgr->doubleValue( "Geometry", "SettingsGeomStep", 100 );
|
||||||
|
|
||||||
for ( DataMap::iterator anIter = myData.begin(); anIter != myData.end(); ++anIter ) {
|
for ( DataMap::iterator anIter = myData.begin(); anIter != myData.end(); ++anIter ) {
|
||||||
initSpinBox( anIter.value(), COORD_MIN, COORD_MAX, step, 3 ); // VSR: TODO: DBL_DIGITS_DISPLAY
|
initSpinBox( anIter.value(), COORD_MIN, COORD_MAX, step, 6 ); // VSR: TODO: DBL_DIGITS_DISPLAY
|
||||||
connect( anIter.value(), SIGNAL( valueChanged( double ) ),
|
connect( anIter.value(), SIGNAL( valueChanged( double ) ),
|
||||||
this, SLOT( onValueChanged( double ) ) );
|
this, SLOT( onValueChanged( double ) ) );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user