Skip to content

Commit

Permalink
fix #24245: slurs in voice > 1 attach to wrong voice on load
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSabatella committed Feb 6, 2014
1 parent 9fd8764 commit 102c20d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmscore/slur.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,6 @@ void Slur::write(Xml& xml) const
void Slur::read(XmlReader& e)
{
setTrack(e.track()); // set staff
setTrack2(e.track()); // default to single voice slurs
setId(e.intAttribute("id"));
while (e.readNextStartElement()) {
const QStringRef& tag(e.name());
Expand Down

0 comments on commit 102c20d

Please sign in to comment.