MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / contentHeight

Method contentHeight

launcher/ui/instanceview/VisualGroup.cpp:236–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236int VisualGroup::contentHeight() const
237{
238 if (collapsed) {
239 return 0;
240 }
241 auto last = rows[numRows() - 1];
242 return last.top + last.height;
243}
244
245int VisualGroup::numRows() const
246{

Callers 1

updateScrollbarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected