-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add inverted noteBackgroundColor #22486
Add inverted noteBackgroundColor #22486
Conversation
@@ -210,7 +210,7 @@ Color EngravingConfiguration::thumbnailBackgroundColor() const | |||
|
|||
Color EngravingConfiguration::noteBackgroundColor() const | |||
{ | |||
return Color::WHITE; | |||
return notationConfiguration()->foregroundColor(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This solution is not ideal... It creates bad dependencies between the modules. The notation module should depend on the engraving module, and not vice versa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(no such concerns had been raised with the original PR)
How to change?
The vtest diffs show that a 'different shade of white' is used as background for the notehead parentheses. Seems to match my comments #16715 (comment) and #16830 (comment) |
aa91b13
to
1c263a2
Compare
1c263a2
to
c934ffb
Compare
c934ffb
to
3f0f8e6
Compare
3f0f8e6
to
622cb12
Compare
No longer needed apparently |
Rebase of #16830
Resolves: https://musescore.org/en/node/346509