From c2037920d01df98a73df98df8a2b234babe1106c Mon Sep 17 00:00:00 2001 From: imn Date: Wed, 23 Sep 2015 18:14:03 +0300 Subject: [PATCH 1/1] INT PAL 0052873: IDs are not updated --- src/SMESHGUI/SMESHGUI_FilterDlg.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI_FilterDlg.cxx b/src/SMESHGUI/SMESHGUI_FilterDlg.cxx index 3a3e8e81c..76f50ada4 100755 --- a/src/SMESHGUI/SMESHGUI_FilterDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_FilterDlg.cxx @@ -3547,9 +3547,6 @@ void SMESHGUI_FilterDlg::filterSource (const int theType, if (aPred->IsSatisfy(*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& th // insert previously stored filter in viewer if necessary if (!aFilter.IsNull()) SMESH::SetFilter(aFilter); + + // set ids to the dialog + if (myInitSourceWgOnApply || mySourceGrp->checkedId() == Dialog) + setIdsToWg(mySourceWg, theIds); } //======================================================================= -- 2.30.2