Skip to content

Commit

Permalink
Fix to invalidate the ZoneView.topologyAreas cache on topology changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvanderlinde committed Jun 16, 2022
1 parent f42ffc1 commit 80a3a51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ public void modelChanged(ModelChangeEvent event) {
personalBrightLightCache.clear();
personalDrawableLightCache.clear();
visibleAreaMap.clear();
topologyAreas.clear();
topologyTrees.clear();
tokenVisibleAreaCache.clear();

Expand Down

0 comments on commit 80a3a51

Please sign in to comment.