MCPcopy Create free account
hub / github.com/YACReader/yacreader / scrollToCurrentContinuousPage

Method scrollToCurrentContinuousPage

YACReader/viewer.cpp:1415–1422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413}
1414
1415void Viewer::scrollToCurrentContinuousPage()
1416{
1417 if (lastCenterPage < 0) {
1418 return;
1419 }
1420
1421 continuousViewModel->setCurrentPage(lastCenterPage);
1422}
1423
1424void Viewer::syncRenderToContinuousReadingProgress()
1425{

Callers

nothing calls this directly

Calls 1

setCurrentPageMethod · 0.80

Tested by

no test coverage detected