mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-02 01:35:37 +05:00
Fix bug 0020138: EDF SMESH : Impossible to create (n)D mesh after creating (n+1)D mesh.
This commit is contained in:
parent
aa07f04002
commit
8e93201bcf
@ -543,6 +543,10 @@ void SMESHGUI_MeshOp::selectionDone()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
for (int i = SMESH::DIM_3D; i > shapeDim; i--) {
|
||||||
|
// reset algos before disabling tabs (0020138)
|
||||||
|
onAlgoSelected(-1, i);
|
||||||
|
}
|
||||||
myDlg->setMaxHypoDim( shapeDim );
|
myDlg->setMaxHypoDim( shapeDim );
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user