Fix bug 0020138: EDF SMESH : Impossible to create (n)D mesh after creating (n+1)D mesh.

This commit is contained in:
jfa 2009-01-20 13:06:02 +00:00
parent 8479b646bc
commit d10c902494

View File

@ -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 );