| 849 | } |
| 850 | |
| 851 | float StatisticsWindow::calcPlotHeight(int row) const |
| 852 | { |
| 853 | auto isCollapsed = _collapsedPlotIndices.contains(row); |
| 854 | return isCollapsed ? 25.0f : _plotHeight; |
| 855 | } |
nothing calls this directly
no outgoing calls
no test coverage detected