| 2194 | } |
| 2195 | |
| 2196 | void CPatternEditor::NextFrame() |
| 2197 | { |
| 2198 | CSelectionGuard Guard {this}; // // // |
| 2199 | |
| 2200 | MoveToFrame(GetFrame() + 1); |
| 2201 | CancelSelection(); |
| 2202 | } |
| 2203 | |
| 2204 | void CPatternEditor::PreviousFrame() |
| 2205 | { |
no outgoing calls
no test coverage detected