MCPcopy Create free account
hub / github.com/KDE/gwenview / uncheckZoomToFit

Method uncheckZoomToFit

lib/documentview/documentview.cpp:271–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 void uncheckZoomToFit()
272 {
273 if (mAdapter->zoomToFit()) {
274 mAdapter->setZoomToFit(false);
275 }
276 }
277
278 void uncheckZoomToFill()
279 {

Callers 1

zoomActualSizeMethod · 0.80

Calls 2

zoomToFitMethod · 0.45
setZoomToFitMethod · 0.45

Tested by

no test coverage detected