Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Update singledraw.cpp
  • Loading branch information
Jojo-Schmitz committed Apr 19, 2024
1 parent 1c263a2 commit aa91b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engraving/rendering/single/singledraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,8 @@ void SingleDraw::draw(const Note* item, Painter* painter)
for (MuseScoreView* view : item->score()->getViewer()) {
view->drawBackground(painter, bb);
}
// } else if (item->score()->printing()) {
// painter->fillRect(bb, Color::WHITE);
} else {
painter->fillRect(bb, config->noteBackgroundColor());
}
Expand Down

0 comments on commit aa91b13

Please sign in to comment.