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:
mkr 2018-12-14 13:04:04 +03:00 committed by eap
parent 09bc0414c9
commit abbce04531

View File

@ -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);