Skip to content

Add Enable/Disable All Bands menu item to filter drag overlay context… - #1016

Open
davidhealey wants to merge 2 commits into
christophhart:developfrom
davidhealey:draggableFilterPanel
Open

Add Enable/Disable All Bands menu item to filter drag overlay context…#1016
davidhealey wants to merge 2 commits into
christophhart:developfrom
davidhealey:draggableFilterPanel

Conversation

@davidhealey

Copy link
Copy Markdown
Contributor

… menu

Adds a toggle item alongside Delete all bands that enables or disables every band in one action, labeled based on current state.

claude added 2 commits August 6, 2026 23:03
… menu

Adds a toggle item alongside Delete all bands that enables or disables
every band in one action, labeled based on current state.
FilterGraph::enableBand only called repaint(), which redraws the
cached path without recomputing it. refreshFilterPath() is what
actually rebuilds the trace based on each band's enabled state, so
the curve stayed stale until something else (e.g. dragging a band)
triggered a recompute. Call refreshAsync() instead, matching every
other mutator that affects the drawn curve.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants