mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 16:00:37 +05:00
Merge Nodes dialog box with opened Merge Elements crashes Salome. Regress to series3x
This commit is contained in:
parent
1a01aa1b10
commit
266ebccd54
@ -1067,6 +1067,9 @@ void SMESHGUI_EditMeshDlg::DeactivateActiveDialog()
|
|||||||
mySMESHGUI->ResetState();
|
mySMESHGUI->ResetState();
|
||||||
mySMESHGUI->SetActiveDialogBox(0);
|
mySMESHGUI->SetActiveDialogBox(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mySelectionMgr->clearSelected();
|
||||||
|
disconnect(mySelectionMgr, 0, this, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
@ -1083,6 +1086,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