Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
I feel like a while true do loop
  • Loading branch information
Anonymouqs committed Mar 9, 2018
1 parent 748c69a commit 34fd806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/PianoRoll.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ protected slots:

void copyToClipboard(const NoteVector & notes ) const;

void drawDetuningInfo( QPainter & _p, const Note * _n, int _x, int _y ) const;
void drawPitchBendInfo( QPainter & _p, const Note * _n, int _x, int _y ) const;
bool mouseOverNote();
Note * noteUnderMouse();

Expand Down

0 comments on commit 34fd806

Please sign in to comment.