mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The page now subscribes to its own ColumnFilters' PropertyChanged via CollectionChanged and re-raises ColumnFilterChanged. The view listens to that single event instead of chasing per-filter listeners on every schema swap, which was leaving the auto-refresh path silent on the running app even though the predicate itself was correct. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
3 changed files with 65 additions and 32 deletions
Loading…
Reference in new issue