Skip to content

Commit

Permalink
Merge pull request #24004 from bakajikara/harp-pedal-bg-color
Browse files Browse the repository at this point in the history
Correct style definition for harp pedal text diagram
  • Loading branch information
RomanPudashkin committed Aug 14, 2024
2 parents c5467bb + a4b0ccc commit 8e27c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/style/styledef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ const std::array<StyleDef::StyleValue, size_t(Sid::STYLES)> StyleDef::styleValue
styleDef(harpPedalTextDiagramFrameWidth, 0.1),
styleDef(harpPedalTextDiagramFrameRound, 0),
styleDef(harpPedalTextDiagramFrameFgColor, PropertyValue::fromValue(Color::BLACK)),
styleDef(harpPedalTextDiagramFrameFgColor, PropertyValue::fromValue(Color::transparent)),
styleDef(harpPedalTextDiagramFrameBgColor, PropertyValue::fromValue(Color::transparent)),
styleDef(harpPedalTextDiagramOffset, PointF()),
styleDef(harpPedalTextDiagramPlacement, PlacementV::BELOW),
styleDef(harpPedalTextDiagramPosAbove, PointF(.0, -1.5)),
Expand Down

0 comments on commit 8e27c32

Please sign in to comment.