mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
0054474: TC9.2.0: SMESH: selection and context menu popup in the Object Browser is broken after close of Pattern Mapping dialog
This commit is contained in:
parent
09bc0414c9
commit
abbce04531
@ -550,6 +550,7 @@ void SMESHGUI_MeshPatternDlg::onOk()
|
||||
void SMESHGUI_MeshPatternDlg::reject()
|
||||
{
|
||||
mySelectionMgr->clearFilters();
|
||||
mySelInput = Mesh;
|
||||
SMESH::SetPickable();
|
||||
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
||||
aViewWindow->SetSelectionMode(ActorSelection);
|
||||
|
Loading…
Reference in New Issue
Block a user