mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-26 19:35:38 +05:00
Fix for the "0022460: [CEA 1042] Copy Mesh: impossible mesh selection in the object browser if selection in 3D view is disabled"
This commit is contained in:
parent
f202478154
commit
6a9d0d6ae6
@ -477,7 +477,7 @@ void SMESHGUI_CopyMeshDlg::SelectionIntoArgument()
|
||||
|
||||
// get selected mesh
|
||||
SALOME_ListIO aList;
|
||||
mySelectionMgr->selectedObjects(aList,SVTK_Viewer::Type());
|
||||
mySelectionMgr->selectedObjects(aList);
|
||||
int nbSel = aList.Extent();
|
||||
if (nbSel != 1)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user