Skip to content

Commit

Permalink
fix mtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Dec 28, 2024
1 parent 54bfa5f commit 3b689e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importexport/musicxml/importmxmlpass2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ static void setSLinePlacement(SLine* sli, const QString placement)
#endif
if (placement == "above" || placement == "below") {
sli->setPlacement(placement == "above" ? Placement::ABOVE : Placement::BELOW);
sli->setPropertyFlags(Pid::PLACEMENT, PropertyFlags::UNSTYLED);
sli->setPropertyFlags(Pid::PLACEMENT, PropertyFlags::NOSTYLE);
sli->resetProperty(Pid::OFFSET);
}
}
Expand Down

0 comments on commit 3b689e6

Please sign in to comment.