Skip to content

Commit

Permalink
Merge pull request #25653 from WhyMeAgain233/25266-wrongicon
Browse files Browse the repository at this point in the history
Fix Issue 25266: Wrong icon in the Accidentals palette
  • Loading branch information
cbjeukendrup authored Nov 26, 2024
2 parents 0dc9886 + 674e539 commit e02f6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notation/internal/notationuiactions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ const UiActionList NotationUiActions::m_actions = {
mu::context::CTX_NOTATION_OPENED,
TranslatableString("action", "Add brackets to accidental"),
TranslatableString("action", "Add brackets to accidental"),
IconCode::Code::BRACKET
IconCode::Code::BRACKET_PARENTHESES_SQUARE
),
UiAction("add-braces",
mu::context::UiCtxProjectOpened,
Expand Down

0 comments on commit e02f6f2

Please sign in to comment.