mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL13571: 'Create Mesh' dialog: selected geometry is changed after hypothesis creation.
This commit is contained in:
parent
95814cfa9f
commit
4c42415f0f
@ -852,6 +852,10 @@ void SMESHGUI_MeshOp::createHypothesis (const int theDim,
|
|||||||
const int theType,
|
const int theType,
|
||||||
const QString& theTypeName)
|
const QString& theTypeName)
|
||||||
{
|
{
|
||||||
|
// During a hypothesis creation we might need to select some objects.
|
||||||
|
// Main dialog must not update it's own selected objects in this case.
|
||||||
|
dlg()->deactivateAll();
|
||||||
|
|
||||||
HypothesisData* aData = SMESH::GetHypothesisData(theTypeName.latin1());
|
HypothesisData* aData = SMESH::GetHypothesisData(theTypeName.latin1());
|
||||||
if (!aData)
|
if (!aData)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user