| 107 | } |
| 108 | |
| 109 | void CFrameEditorModel::StartSelection(const CFrameCursorPos &pos) { |
| 110 | selStart_ = selEnd_ = pos; |
| 111 | Select(selStart_); // // // |
| 112 | } |
| 113 | |
| 114 | void CFrameEditorModel::ContinueSelection(const CFrameCursorPos &pos) { |
| 115 | if (IsSelecting()) { |
no outgoing calls
no test coverage detected