MCPcopy Create free account
hub / github.com/KDE/labplot / plotWidthFactorChanged

Method plotWidthFactorChanged

src/frontend/dockwidgets/BarPlotDock.cpp:470–473  ·  view source on GitHub ↗

box

Source from the content-addressed store, hash-verified

468
469// box
470void BarPlotDock::plotWidthFactorChanged(double factor) {
471 CONDITIONAL_LOCK_RETURN;
472 ui.sbWidthFactor->setValue(round(factor * 100.));
473}
474
475//**********************************************************
476//******************** SETTINGS ****************************

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected