MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetAutoScrollStop

Method SetAutoScrollStop

DebugView++/LogView.cpp:1283–1286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281}
1282
1283void CLogView::SetAutoScrollStop(bool enable)
1284{
1285 m_autoScrollStop = enable;
1286}
1287
1288void CLogView::Clear()
1289{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected