| 2202 | } |
| 2203 | |
| 2204 | void CPatternEditor::PreviousFrame() |
| 2205 | { |
| 2206 | CSelectionGuard Guard {this}; // // // |
| 2207 | |
| 2208 | MoveToFrame(GetFrame() - 1); |
| 2209 | CancelSelection(); |
| 2210 | } |
| 2211 | |
| 2212 | // Used by scrolling |
| 2213 |
no outgoing calls
no test coverage detected