| 1678 | } |
| 1679 | |
| 1680 | void Viewer::updateZoomRatio(int ratio) |
| 1681 | { |
| 1682 | zoom = ratio; |
| 1683 | if (continuousScroll) { |
| 1684 | continuousViewModel->setZoomFactor(zoom); |
| 1685 | continuousWidget->invalidateScaledImageCache(); |
| 1686 | } else { |
| 1687 | updateContentSize(); |
| 1688 | } |
| 1689 | } |
| 1690 | |
| 1691 | bool Viewer::getIsMangaMode() |
| 1692 | { |
nothing calls this directly
no test coverage detected