MCPcopy Create free account
hub / github.com/chrxh/alien / calcPlotHeight

Method calcPlotHeight

source/Gui/StatisticsWindow.cpp:851–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851float StatisticsWindow::calcPlotHeight(int row) const
852{
853 auto isCollapsed = _collapsedPlotIndices.contains(row);
854 return isCollapsed ? 25.0f : _plotHeight;
855}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected