Skip to content

Commit

Permalink
R,L on Pan Ruler background
Browse files Browse the repository at this point in the history
  • Loading branch information
oddtime committed Dec 10, 2020
1 parent 3e1cedc commit 2763b8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/src/PatternEditor/NotePropertiesRuler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,10 @@ void NotePropertiesRuler::finishUpdateEditor()
}
else if ( m_Mode == PAN ) {
createPanBackground( m_pBackground );
//rough "L", "R" on background
QPainter p( m_pBackground );
p.drawText( 5, 20, tr("R"));
p.drawText( 5, m_nEditorHeight - 10, tr("L"));
}
else if ( m_Mode == LEADLAG ) {
createLeadLagBackground( m_pBackground );
Expand Down

0 comments on commit 2763b8f

Please sign in to comment.