| 757 | } |
| 758 | |
| 759 | void XYCurveDock::valuesDistanceChanged(double value) { |
| 760 | CONDITIONAL_RETURN_NO_LOCK; |
| 761 | |
| 762 | for (auto* curve : m_curvesList) |
| 763 | curve->setValuesDistance(Worksheet::convertToSceneUnits(value, Worksheet::Unit::Point)); |
| 764 | } |
| 765 | |
| 766 | void XYCurveDock::valuesRotationChanged(int value) { |
| 767 | CONDITIONAL_LOCK_RETURN; |
nothing calls this directly
no test coverage detected