mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
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:
parent
0811f12dda
commit
20061d9dd9
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user