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

Method uncheckZoomToFill

lib/documentview/documentview.cpp:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 }
277
278 void uncheckZoomToFill()
279 {
280 if (mAdapter->zoomToFill()) {
281 mAdapter->setZoomToFill(false);
282 }
283 }
284
285 void setZoom(qreal zoom, const QPointF &center = QPointF(-1, -1))
286 {

Callers 1

zoomActualSizeMethod · 0.80

Calls 2

zoomToFillMethod · 0.45
setZoomToFillMethod · 0.45

Tested by

no test coverage detected