MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / setViewportRows

Method setViewportRows

common/script/scriptlogview.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void ScriptLogView::setViewportRows(int rows)
46{
47 mViewport = std::max(1, rows);
48}
49
50void ScriptLogView::scrollLines(int lines)
51{

Callers 2

drawMethod · 0.80
drawTopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected