Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
zoomActualSize
Method · 0.80
Calls
2
zoomToFit
Method · 0.45
setZoomToFit
Method · 0.45
Tested by
no test coverage detected