| 734 | } |
| 735 | |
| 736 | void 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 | } |
no outgoing calls
no test coverage detected