| 1413 | } |
| 1414 | |
| 1415 | void Viewer::scrollToCurrentContinuousPage() |
| 1416 | { |
| 1417 | if (lastCenterPage < 0) { |
| 1418 | return; |
| 1419 | } |
| 1420 | |
| 1421 | continuousViewModel->setCurrentPage(lastCenterPage); |
| 1422 | } |
| 1423 | |
| 1424 | void Viewer::syncRenderToContinuousReadingProgress() |
| 1425 | { |
nothing calls this directly
no test coverage detected