mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-12 16:07:26 +05:00
PAL10397 - node mustn't be selected after add operation
This commit is contained in:
parent
b90943f064
commit
8d0c572759
@ -457,7 +457,7 @@ void SMESHGUI_AddMeshElementDlg::ClickOnApply()
|
|||||||
}
|
}
|
||||||
|
|
||||||
SALOME_ListIO aList; aList.Append( myActor->getIO() );
|
SALOME_ListIO aList; aList.Append( myActor->getIO() );
|
||||||
//mySelector->ClearIndex();
|
mySelector->ClearIndex();
|
||||||
mySelectionMgr->setSelectedObjects( aList, false );
|
mySelectionMgr->setSelectedObjects( aList, false );
|
||||||
|
|
||||||
SMESH::UpdateView();
|
SMESH::UpdateView();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user