Skip to content

Commit

Permalink
Merge pull request #25606 from krasko78/25204-UnableToChangeColorOfIn…
Browse files Browse the repository at this point in the history
…strumentName

25204: Color of instrument names not respected
  • Loading branch information
cbjeukendrup authored Nov 23, 2024
2 parents dfb2f82 + 1cec006 commit 7d24f3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engraving/dom/instrumentname.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ bool InstrumentName::setProperty(Pid id, const PropertyValue& v)
m_layoutPos = v.toInt();
break;
case Pid::VISIBLE:
case Pid::COLOR:
// not supported
break;
default:
Expand Down

0 comments on commit 7d24f3f

Please sign in to comment.