mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +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()
|
void SMESHGUI_MeshPatternDlg::reject()
|
||||||
{
|
{
|
||||||
mySelectionMgr->clearFilters();
|
mySelectionMgr->clearFilters();
|
||||||
|
mySelInput = Mesh;
|
||||||
SMESH::SetPickable();
|
SMESH::SetPickable();
|
||||||
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
||||||
aViewWindow->SetSelectionMode(ActorSelection);
|
aViewWindow->SetSelectionMode(ActorSelection);
|
||||||
|
Loading…
Reference in New Issue
Block a user