Skip to content

Commit

Permalink
Draw the entire length of a notes pitch bend info (#4233)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine committed Mar 12, 2018
1 parent e9b8337 commit a54c540
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/editors/PianoRoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -889,10 +889,6 @@ void PianoRoll::drawDetuningInfo( QPainter & _p, const Note * _n, int _x,
for( timeMap::ConstIterator it = map.begin(); it != map.end(); ++it )
{
int pos_ticks = it.key();
if( pos_ticks > _n->length() )
{
break;
}
int pos_x = _x + pos_ticks * m_ppt / MidiTime::ticksPerTact();

const float level = it.value();
Expand Down

0 comments on commit a54c540

Please sign in to comment.