Skip to content

Commit

Permalink
'#2163 Repaints links tab in red when filters are restored.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed Jun 17, 2024
1 parent fc2c5df commit 9af46bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public void restoreDefinedFilters(List<IFilter> filtersToRestore) {
this.selectedEdges = efilter.selectedEdges;
}
}
updateResults();
}
}

Expand Down

0 comments on commit 9af46bb

Please sign in to comment.