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

Method StopScrolling

DebugView++/LogView.cpp:1393–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1391}
1392
1393void CLogView::StopScrolling()
1394{
1395 m_autoScrollDown = false;
1396 for (auto& filter : m_filter.messageFilters)
1397 {
1398 if (filter.filterType == FilterType::Track)
1399 {
1400 filter.enable = false;
1401 }
1402 }
1403 for (auto& filter : m_filter.processFilters)
1404 {
1405 if (filter.filterType == FilterType::Track)
1406 {
1407 filter.enable = false;
1408 }
1409 }
1410 StopTracking();
1411}
1412
1413void CLogView::ClearSelection()
1414{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected