From: jfa Date: Wed, 14 Mar 2007 09:32:28 +0000 (+0000) Subject: Fix bug 15194: Warning '..already exists.' on Create submesh, though it is done for... X-Git-Tag: V3_2_6pre2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=20061d9dd9f0f5527465b013778bb074ecffd2ea;p=modules%2Fsmesh.git Fix bug 15194: Warning '..already exists.' on Create submesh, though it is done for the first time. It's impossible to answer No. --- diff --git a/src/SMESHGUI/SMESHGUI_MeshOp.cxx b/src/SMESHGUI/SMESHGUI_MeshOp.cxx index 5a692f0e0..26da616e7 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOp.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshOp.cxx @@ -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();