Fix for PAL8325(An exception is raised after clicking on "Add" button of the "Merge nodes" dialog box).

This commit is contained in:
mzn 2005-03-01 09:53:20 +00:00
parent 971d053b24
commit c92bd47d84

View File

@ -227,6 +227,8 @@ SMESHGUI_MergeNodesDlg::SMESHGUI_MergeNodesDlg( QWidget* parent, const char* nam
RadioButton1->setChecked( TRUE );
myActor = 0;
mySelection = Sel;
mySMESHGUI = SMESHGUI::GetSMESHGUI() ;