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:
Glenn Maynard
2005-07-21 01:22:10 +00:00
parent 8696548ac6
commit f183e5efda
+4
View File
@@ -1867,6 +1867,10 @@ void ScreenEdit::TransitionEditState( EditState em )
// initialize m_NoteFieldRecord
m_NoteDataRecord.CopyAll( m_NoteDataEdit );
// highlight the section being recorded
m_NoteFieldRecord.m_iBeginMarker = m_iStartPlayingAt;
m_NoteFieldRecord.m_iEndMarker = m_iStopPlayingAt;
break;
}
}