deleted a printf statement I was using to debug, sorry about that
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1895 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1560,7 +1560,6 @@ void pianoRoll::mouseMoveEvent( QMouseEvent * _me )
|
||||
|
||||
|
||||
int key_num = getKey( _me->y() );
|
||||
printf("keynum = %i\n", key_num);
|
||||
int x = _me->x();
|
||||
|
||||
// is the calculated key different from current key?
|
||||
|
||||
Reference in New Issue
Block a user