mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 01:30:34 +05:00
Fix for PAL8325(An exception is raised after clicking on "Add" button of the "Merge nodes" dialog box).
This commit is contained in:
parent
971d053b24
commit
c92bd47d84
@ -227,6 +227,8 @@ SMESHGUI_MergeNodesDlg::SMESHGUI_MergeNodesDlg( QWidget* parent, const char* nam
|
|||||||
|
|
||||||
RadioButton1->setChecked( TRUE );
|
RadioButton1->setChecked( TRUE );
|
||||||
|
|
||||||
|
myActor = 0;
|
||||||
|
|
||||||
mySelection = Sel;
|
mySelection = Sel;
|
||||||
|
|
||||||
mySMESHGUI = SMESHGUI::GetSMESHGUI() ;
|
mySMESHGUI = SMESHGUI::GetSMESHGUI() ;
|
||||||
|
Loading…
Reference in New Issue
Block a user