fix "can't paste from clipboard with only one row in clipboard"

fix "can't Undo to a blank NoteField"
clamp paste area so that pasting past the maximum beat is impossible
This commit is contained in:
Chris Danford
2005-03-29 20:25:14 +00:00
parent 06c846b020
commit cd8b35e801
4 changed files with 44 additions and 10 deletions
+1
View File
@@ -179,6 +179,7 @@ protected:
int g_iShiftAnchor;
NoteData m_Clipboard;
bool m_bHasUndo;
NoteData m_Undo;
RageSound m_soundAddNote;