| 153 | } |
| 154 | |
| 155 | void CursorController::yLockToggled(bool toggled) |
| 156 | { |
| 157 | yLock = toggled; |
| 158 | yLockGap = plotCursors->getY1Cursor()->getPosition() - plotCursors->getY2Cursor()->getPosition(); |
| 159 | } |
| 160 | |
| 161 | void CursorController::readoutsDragToggled(bool toggled) |
| 162 | { |
nothing calls this directly
no test coverage detected