| 826 | } |
| 827 | |
| 828 | void XYCurveDock::valuesColorChanged(const QColor& color) { |
| 829 | CONDITIONAL_LOCK_RETURN; |
| 830 | |
| 831 | for (auto* curve : m_curvesList) |
| 832 | curve->setValuesColor(color); |
| 833 | } |
| 834 | |
| 835 | //"Margin Plots"-Tab |
| 836 | void XYCurveDock::rugEnabledChanged(bool state) { |
nothing calls this directly
no test coverage detected