mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
Fix for bug PAL10344.
This commit is contained in:
parent
59b713cdcd
commit
753d2c01af
@ -227,6 +227,8 @@ SMESHGUI_MergeNodesDlg::SMESHGUI_MergeNodesDlg( QWidget* parent, const char* nam
|
|||||||
SpinBoxTolerance->SetValue(1e-05);
|
SpinBoxTolerance->SetValue(1e-05);
|
||||||
|
|
||||||
RadioButton1->setChecked( TRUE );
|
RadioButton1->setChecked( TRUE );
|
||||||
|
|
||||||
|
myEditCurrentArgument = (QWidget*)LineEditMesh;
|
||||||
|
|
||||||
mySelection = Sel;
|
mySelection = Sel;
|
||||||
|
|
||||||
@ -264,6 +266,9 @@ SMESHGUI_MergeNodesDlg::SMESHGUI_MergeNodesDlg( QWidget* parent, const char* nam
|
|||||||
resize(0,0);
|
resize(0,0);
|
||||||
buttonOk->setEnabled(false);
|
buttonOk->setEnabled(false);
|
||||||
buttonApply->setEnabled(false);
|
buttonApply->setEnabled(false);
|
||||||
|
|
||||||
|
// Init Mesh field from selection
|
||||||
|
SelectionIntoArgument();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user