mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
Fix for bug IPAL19438 : Qt4 porting. MESH. For many fields number of digits after comma very little: 3 only.
This commit is contained in:
parent
f77b5d2c00
commit
61225638d0
@ -476,7 +476,7 @@ SMESHGUI_EditMeshDlg::~SMESHGUI_EditMeshDlg()
|
||||
void SMESHGUI_EditMeshDlg::Init()
|
||||
{
|
||||
if (myAction == 0) {
|
||||
SpinBoxTolerance->RangeStepAndValidator(0.0, COORD_MAX, 0.1, 3);
|
||||
SpinBoxTolerance->RangeStepAndValidator(0.0, COORD_MAX, 0.1, 5);
|
||||
SpinBoxTolerance->SetValue(1e-05);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user