mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 04:40:32 +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
8479b646bc
commit
d10c902494
@ -534,6 +534,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 );
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user