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

Method resetZoomLevel

YACReader/main_window_viewer.cpp:1816–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1814}
1815
1816void MainWindowViewer::resetZoomLevel()
1817{
1818 viewer->setZoomFactor(100);
1819 viewer->updatePage();
1820}
1821
1822void MainWindowViewer::increasePageZoomLevel()
1823{

Callers

nothing calls this directly

Calls 2

updatePageMethod · 0.80
setZoomFactorMethod · 0.45

Tested by

no test coverage detected