| 1373 | } |
| 1374 | |
| 1375 | void AxisDock::labelsRotationChanged(int value) { |
| 1376 | CONDITIONAL_LOCK_RETURN; |
| 1377 | |
| 1378 | for (auto* axis : m_axesList) |
| 1379 | axis->setLabelsRotationAngle(value); |
| 1380 | } |
| 1381 | |
| 1382 | void AxisDock::labelsTextTypeChanged(int index) { |
| 1383 | if (!m_axis) |
nothing calls this directly
no test coverage detected