mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 20:40:32 +05:00
INT PAL 0052873: IDs are not updated
This commit is contained in:
parent
fd96feab4b
commit
c2037920d0
@ -3547,9 +3547,6 @@ void SMESHGUI_FilterDlg::filterSource (const int theType,
|
|||||||
if (aPred->IsSatisfy(*anIter))
|
if (aPred->IsSatisfy(*anIter))
|
||||||
theResIds.append(*anIter);
|
theResIds.append(*anIter);
|
||||||
}
|
}
|
||||||
// set ids to the dialog
|
|
||||||
if (myInitSourceWgOnApply || aSourceId == Dialog)
|
|
||||||
setIdsToWg(mySourceWg, theResIds);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
@ -3678,6 +3675,10 @@ void SMESHGUI_FilterDlg::selectInViewer (const int theType, const QList<int>& th
|
|||||||
// insert previously stored filter in viewer if necessary
|
// insert previously stored filter in viewer if necessary
|
||||||
if (!aFilter.IsNull())
|
if (!aFilter.IsNull())
|
||||||
SMESH::SetFilter(aFilter);
|
SMESH::SetFilter(aFilter);
|
||||||
|
|
||||||
|
// set ids to the dialog
|
||||||
|
if (myInitSourceWgOnApply || mySourceGrp->checkedId() == Dialog)
|
||||||
|
setIdsToWg(mySourceWg, theIds);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user