use Get/SetTapNote

This commit is contained in:
Glenn Maynard
2002-10-25 04:59:26 +00:00
parent c2cc2881f9
commit 725fc98248
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1213,7 +1213,7 @@ void ScreenEdit::InputRecord( const DeviceInput& DeviceI, const InputEventType t
if( iRow < 0 )
break;
m_NoteFieldRecord.m_TapNotes[iCol][iRow] = '1';
m_NoteFieldRecord.SetTapNote(iCol, iRow, TAP_TAP);
m_GrayArrowRowRecord.Step( iCol );
}
break;