Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 ¢er = QPointF(-1, -1))
286
{
Callers
1
zoomActualSize
Method · 0.80
Calls
2
zoomToFill
Method · 0.45
setZoomToFill
Method · 0.45
Tested by
no test coverage detected