| 381 | } |
| 382 | |
| 383 | void Viewer::onImageOptionsChanged() |
| 384 | { |
| 385 | if (continuousScroll) { |
| 386 | continuousWidget->invalidateScaledImageCache(); |
| 387 | } else { |
| 388 | updatePage(); |
| 389 | } |
| 390 | } |
| 391 | |
| 392 | void Viewer::updatePage() |
| 393 | { |
nothing calls this directly
no test coverage detected