Skip to content

Commit

Permalink
fix #44511: modifying a fretboard diagram on the non-top staff of a s…
Browse files Browse the repository at this point in the history
…core with parts causes crash
  • Loading branch information
wschweer committed Jan 16, 2015
1 parent e6b8fb2 commit 3a4e645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/propertymenu.cpp
Expand Up @@ -546,6 +546,7 @@ void ScoreView::elementPropertyAction(const QString& cmd, Element* e)
for (Element* e : fd->linkList()) {
FretDiagram* f = static_cast<FretDiagram*>(nFret->clone());
f->setScore(e->score());
f->setTrack(e->track());
e->score()->undoChangeElement(e, f);
}
}
Expand Down

0 comments on commit 3a4e645

Please sign in to comment.