Skip to content

Commit f4e6b9d

Browse files
authored
Merge pull request #30997 from cbjeukendrup/score-inversion-color-for-engraving-elements
Use score inversion foreground color for engraving elements
2 parents 9993122 + 27987ab commit f4e6b9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/engraving/dom/engravingitem.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,9 @@ Color EngravingItem::curColor(bool isVisible, Color normalColor, const rendering
686686
}
687687

688688
if (opt.invertColors) {
689+
if (normalColor == configuration()->defaultColor()) {
690+
return configuration()->scoreInversionColor();
691+
}
689692
return normalColor.inverted();
690693
}
691694

0 commit comments

Comments
 (0)