mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-30 01:10:34 +05:00
0020991: [CEA] regression with creating/editing group
This commit is contained in:
parent
4ef83c2664
commit
40622a5d1a
@ -787,6 +787,7 @@ void GroupGUI_GroupDlg::activateSelection()
|
||||
myIsShapeType) // check if shape type is already choosen by user
|
||||
{
|
||||
GEOM_Displayer* aDisplayer = getDisplayer();
|
||||
int prevDisplayMode = aDisplayer->SetDisplayMode(0);
|
||||
|
||||
SUIT_ViewWindow* aViewWindow = 0;
|
||||
SUIT_Study* activeStudy = SUIT_Session::session()->activeApplication()->activeStudy();
|
||||
@ -829,6 +830,7 @@ void GroupGUI_GroupDlg::activateSelection()
|
||||
}
|
||||
}
|
||||
aDisplayer->UpdateViewer();
|
||||
aDisplayer->SetDisplayMode(prevDisplayMode);
|
||||
}
|
||||
|
||||
globalSelection(GEOM_ALLSHAPES);
|
||||
|
Loading…
Reference in New Issue
Block a user