mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
Fix for bug PAL10408 (Strange behaviour of the selection icon in the "create group" dialog box).
This commit is contained in:
parent
617421a2a3
commit
82ea47a7c9
@ -537,7 +537,7 @@ void SMESHGUI_GroupDlg::setSelectionMode (int theMode)
|
||||
return;
|
||||
|
||||
if (mySelectionMode != theMode) {
|
||||
mySelectionMgr->clearSelected();
|
||||
// [PAL10408] mySelectionMgr->clearSelected();
|
||||
mySelectionMgr->clearFilters();
|
||||
SMESH::SetPointRepresentation(false);
|
||||
if (theMode < 4) {
|
||||
|
Loading…
Reference in New Issue
Block a user