Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ keepRatioChanged
Method
keepRatioChanged
src/frontend/dockwidgets/ImageDock.cpp:280–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
void ImageDock::keepRatioChanged(int state) {
281
CONDITIONAL_LOCK_RETURN;
282
283
for (auto* image : m_imageList)
284
image->setKeepRatio(state);
285
}
286
287
// Position
288
/*!
Callers
nothing calls this directly
Calls
1
setKeepRatio
Method · 0.80
Tested by
no test coverage detected