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

Method onImageOptionsChanged

YACReader/viewer.cpp:383–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383void Viewer::onImageOptionsChanged()
384{
385 if (continuousScroll) {
386 continuousWidget->invalidateScaledImageCache();
387 } else {
388 updatePage();
389 }
390}
391
392void Viewer::updatePage()
393{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected