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-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=da927b1ef2751017c1b569e36baa9265e31076a4;p=modules%2Fsmesh.git 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);