Skip to content

Commit

Permalink
Merge pull request #5831 from Jojo-Schmitz/debug
Browse files Browse the repository at this point in the history
follow up for fix #288495: prevent wrong debug message
  • Loading branch information
dmitrio95 committed Mar 19, 2020
2 parents 809f416 + 891841f commit 9087e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/part.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ bool Part::setProperty(Pid id, const QVariant& property)
break;
case Pid::PREFER_SHARP_FLAT:
setPreferSharpFlat(PreferSharpFlat(property.toInt()));
break;
default:
qDebug("Part::setProperty: unknown id %d", int(id));
break;
Expand Down

0 comments on commit 9087e3a

Please sign in to comment.