Skip to content

Commit

Permalink
fix #26325
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPudashkin committed Feb 6, 2025
1 parent 172f0be commit b00dca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notation/view/notationruler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void NotationRuler::paintLine(Painter* painter, LineType type, const PointF& poi

if (type == LineType::CurrentPosition) {
Font font(uiConfiguration()->iconsFontFamily(), Font::Type::Icon);
font.setPointSizeF(rect.height() * 0.7);
font.setPixelSize(rect.height() * 0.7);

painter->setPen(color);
painter->setFont(font);
Expand Down

0 comments on commit b00dca8

Please sign in to comment.