From: mkr Date: Fri, 14 Dec 2018 10:04:04 +0000 (+0300) Subject: 0054474: TC9.2.0: SMESH: selection and context menu popup in the Object Browser is... X-Git-Tag: V9_3_0a1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=abbce045311a28a1e9268f17ec917986c8ae5395 0054474: TC9.2.0: SMESH: selection and context menu popup in the Object Browser is broken after close of Pattern Mapping dialog --- diff --git a/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx b/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx index 09ec2ce4c..cc61b7acc 100755 --- a/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx @@ -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);