mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Fix default tolerance in double nodes computation
This commit is contained in:
parent
38876f7373
commit
765aec5c00
@ -3549,6 +3549,7 @@ SMESHGUI_CtrlInfo::SMESHGUI_CtrlInfo( QWidget* parent ): SMESHGUI_Info( parent )
|
||||
connect( aDoubleVolumesBtn, SIGNAL( clicked() ), this, SLOT( computeDoubleVolumesInfo() ) );
|
||||
connect( aOverContVolumesBtn,SIGNAL( clicked() ), this, SLOT( computeOverConstrainedVolumesInfo() ) );
|
||||
connect( myToleranceWidget, SIGNAL( valueChanged( double ) ), this, SLOT( setTolerance( double ) ) );
|
||||
this->setTolerance(myToleranceWidget->GetValue());
|
||||
|
||||
l->addWidget( aNameLab, 0, 0 ); //0
|
||||
l->addWidget( aName, 0, 1 ); //1
|
||||
|
Loading…
Reference in New Issue
Block a user