diff --git a/src/widgets/Query/QueryWidget.mxml b/src/widgets/Query/QueryWidget.mxml index bdd3d70..e473781 100644 --- a/src/widgets/Query/QueryWidget.mxml +++ b/src/widgets/Query/QueryWidget.mxml @@ -366,7 +366,11 @@ { FeatureSetUtil.sortFeaturesByFieldName(featureSet, orderByFields); } - + + if (queryResultAC) + { + queryResultAC.removeAll(); + } queryResultAC = createQueryResults(featureSet); addSharedData(widgetTitle, queryResultAC);