MCPcopy 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
280void 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

setKeepRatioMethod · 0.80

Tested by

no test coverage detected