block changes that insert a beat past the end

This commit is contained in:
Chris Danford
2005-04-02 21:59:27 +00:00
parent dc0f7d909a
commit 350ebdaeec
2 changed files with 37 additions and 14 deletions
+2 -1
View File
@@ -155,7 +155,8 @@ protected:
void MenuItemGainFocus( BitmapText* menuitem );
void MenuItemLoseFocus( BitmapText* menuitem );
float GetMaximumBeat() const; // don't allow Down key to go past this beat.
float GetMaximumBeatForNewNote() const; // don't allow Down key to go past this beat.
float GetMaximumBeatForMoving() const; // don't allow Down key to go past this beat.
EditMode m_EditMode;