Fix bug 15194: Warning '..already exists.' on Create submesh, though it is done for the first time. It's impossible to answer No.

This commit is contained in:
jfa 2007-03-14 09:32:28 +00:00
parent 0811f12dda
commit 20061d9dd9

View File

@ -1386,8 +1386,8 @@ bool SMESHGUI_MeshOp::createSubMesh( QString& theMess )
}
}
// deselect geometry: next submesh sould be created on other subshape
myDlg->selectObject( "", SMESHGUI_MeshDlg::Geom, "" );
// deselect geometry: next submesh should be created on other subshape
myDlg->clearSelection( SMESHGUI_MeshDlg::Geom );
selectObject( _PTR(SObject)() );
selectionDone();