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

Method adjustToFullSizeSwitch

YACReader/main_window_viewer.cpp:1802–1807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1800}
1801
1802void MainWindowViewer::adjustToFullSizeSwitch()
1803{
1804 Configuration::getConfiguration().setFitMode(YACReader::FitMode::FullRes);
1805 viewer->setZoomFactor(100);
1806 viewer->updatePage();
1807}
1808
1809void MainWindowViewer::fitToPageSwitch()
1810{

Callers

nothing calls this directly

Calls 3

setFitModeMethod · 0.80
updatePageMethod · 0.80
setZoomFactorMethod · 0.45

Tested by

no test coverage detected