| 750 | } |
| 751 | |
| 752 | void XYCurveDock::valuesPositionChanged(int index) { |
| 753 | CONDITIONAL_LOCK_RETURN; |
| 754 | |
| 755 | for (auto* curve : m_curvesList) |
| 756 | curve->setValuesPosition(XYCurve::ValuesPosition(index)); |
| 757 | } |
| 758 | |
| 759 | void XYCurveDock::valuesDistanceChanged(double value) { |
| 760 | CONDITIONAL_RETURN_NO_LOCK; |
nothing calls this directly
no test coverage detected