highlight the section being recorded; this makes it clear why you can't insert notes during the lead-in and shows when the region will end
This commit is contained in:
@@ -1867,6 +1867,10 @@ void ScreenEdit::TransitionEditState( EditState em )
|
|||||||
// initialize m_NoteFieldRecord
|
// initialize m_NoteFieldRecord
|
||||||
m_NoteDataRecord.CopyAll( m_NoteDataEdit );
|
m_NoteDataRecord.CopyAll( m_NoteDataEdit );
|
||||||
|
|
||||||
|
// highlight the section being recorded
|
||||||
|
m_NoteFieldRecord.m_iBeginMarker = m_iStartPlayingAt;
|
||||||
|
m_NoteFieldRecord.m_iEndMarker = m_iStopPlayingAt;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user