| 133 | } |
| 134 | |
| 135 | void CursorController::xLockToggled(bool toggled) |
| 136 | { |
| 137 | xLock = toggled; |
| 138 | LockGap = plotCursors->getX1Cursor()->getPosition() - plotCursors->getX2Cursor()->getPosition(); |
| 139 | } |
| 140 | |
| 141 | void CursorController::xTrackToggled(bool toggled) |
| 142 | { |
nothing calls this directly
no test coverage detected