MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / resortAndRedrawLines

Method resortAndRedrawLines

Source/Panels/SpectrogramPanel/Multiband.cpp:736–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736void Multiband::resortAndRedrawLines()
737{
738 // This sequence correctly sorts the underlying parameters and
739 // ensures the UI is updated to reflect the new, canonical state.
740 sortLines();
741 setLineRelatedBoundsByX();
742 setSoloRelatedBounds();
743 repaint();
744}

Callers 4

buttonClickedMethod · 0.80
comboBoxChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected