deprecated
| 1704 | |
| 1705 | // deprecated |
| 1706 | void Viewer::updateImageOptions() |
| 1707 | { |
| 1708 | render->reload(); |
| 1709 | // Settings-driven image options may have changed; force the provider to |
| 1710 | // re-decode with the current settings. |
| 1711 | continuousPageProvider->invalidate(); |
| 1712 | if (continuousScroll) { |
| 1713 | continuousWidget->invalidateScaledImageCache(); |
| 1714 | } |
| 1715 | } |
| 1716 | |
| 1717 | void Viewer::updateFilters(int brightness, int contrast, int gamma) |
| 1718 | { |
nothing calls this directly
no test coverage detected