mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Merge Nodes dialog box with opened Merge Elements crashes Salome. Regress to series3x
This commit is contained in:
parent
f58fa3fafb
commit
ea83f5820d
@ -1111,6 +1111,9 @@ void SMESHGUI_EditMeshDlg::DeactivateActiveDialog()
|
|||||||
mySMESHGUI->ResetState();
|
mySMESHGUI->ResetState();
|
||||||
mySMESHGUI->SetActiveDialogBox(0);
|
mySMESHGUI->SetActiveDialogBox(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mySelectionMgr->clearSelected();
|
||||||
|
disconnect(mySelectionMgr, 0, this, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
@ -1127,6 +1130,7 @@ void SMESHGUI_EditMeshDlg::ActivateThisDialog()
|
|||||||
GroupEdit->setEnabled(true);
|
GroupEdit->setEnabled(true);
|
||||||
GroupButtons->setEnabled(true);
|
GroupButtons->setEnabled(true);
|
||||||
|
|
||||||
|
connect(mySelectionMgr, SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
|
||||||
mySMESHGUI->SetActiveDialogBox((QDialog*)this);
|
mySMESHGUI->SetActiveDialogBox((QDialog*)this);
|
||||||
SelectionIntoArgument();
|
SelectionIntoArgument();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user