optimized piano roll and automation editor paint events

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@620 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2007-12-11 02:32:19 +00:00
parent d3c33b9bd6
commit 1c8f58e765
8 changed files with 700 additions and 702 deletions

View File

@@ -190,7 +190,6 @@ private:
int m_bottom_level;
int m_top_level;
void updatePaintPixmap( QPixmap & _p );
void updateTopBottomLevels( void );
QScrollBar * m_leftRightScroll;

View File

@@ -164,8 +164,6 @@ private:
midiTime newNoteLen( void ) const;
void updatePaintPixmap( QPixmap & _p );
static QPixmap * s_whiteKeyBigPm;
static QPixmap * s_whiteKeySmallPm;