| 1135 | } |
| 1136 | |
| 1137 | int CFrameEditor::GetEditFrame() const // // // |
| 1138 | { |
| 1139 | int Frame = model_->GetCurrentFrame(); |
| 1140 | if (m_bLastRow) |
| 1141 | if (Frame != GetSongFrameCount() - 1) { // // // |
| 1142 | m_bLastRow = false; |
| 1143 | SetEditFrame(++Frame); |
| 1144 | } |
| 1145 | return Frame + (m_bLastRow ? 1 : 0); |
| 1146 | } |
| 1147 | |
| 1148 | void CFrameEditor::SetEditFrame(int Frame) const // // // |
| 1149 | { |
no test coverage detected