Skip to content

Commit

Permalink
fix Style-> chordnames color
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Jun 28, 2013
1 parent 73f95c5 commit 8eb93db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libmscore/symbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ void FSymbol::draw(QPainter* painter) const
}
else
s = QChar(_code);
painter->setPen(curColor());
painter->drawText(QPointF(0, 0), s);
}

Expand Down
2 changes: 1 addition & 1 deletion mscore/actions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ Shortcut Shortcut::sc[] = {
STATE_NORMAL | STATE_NOTE_ENTRY,
0,
"edit-harmony",
QT_TRANSLATE_NOOP("action","Chords..."),
QT_TRANSLATE_NOOP("action","Chordnames..."),
QT_TRANSLATE_NOOP("action","Edit chord style")
),
Shortcut(
Expand Down

0 comments on commit 8eb93db

Please sign in to comment.