Fix default tolerance in double nodes computation

This commit is contained in:
Massimiliano Leoni 2022-01-24 11:43:43 +01:00 committed by eap
parent 38876f7373
commit 765aec5c00

View File

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