| 680 | } |
| 681 | |
| 682 | void OnSnapToOff(const CommandContext &context) |
| 683 | { |
| 684 | auto &project = context.project; |
| 685 | ProjectSnap::Get(project).SetSnapMode(SnapMode::SNAP_OFF); |
| 686 | } |
| 687 | |
| 688 | void OnSnapToNearest(const CommandContext &context) |
| 689 | { |
nothing calls this directly
no test coverage detected