"Margin Plots"-Tab
| 251 | |
| 252 | //"Margin Plots"-Tab |
| 253 | void KDEPlotDock::rugEnabledChanged(bool state) { |
| 254 | CONDITIONAL_LOCK_RETURN; |
| 255 | |
| 256 | for (auto* plot : m_plots) |
| 257 | plot->rugCurve()->setRugEnabled(state); |
| 258 | } |
| 259 | |
| 260 | void KDEPlotDock::rugLengthChanged(double value) { |
| 261 | CONDITIONAL_RETURN_NO_LOCK; |
nothing calls this directly
no test coverage detected