We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f6e959 + fa46cd2 commit b9e10dfCopy full SHA for b9e10df
libmscore/select.cpp
@@ -996,6 +996,8 @@ static bool checkStart(Element* e)
996
if (chord->tremolo() && chord->tremolo()->twoNotes())
997
rv = chord->tremolo()->chord2() == chord;
998
}
999
+ else
1000
+ rv = false;
1001
return rv;
1002
1003
@@ -1028,6 +1030,8 @@ static bool checkEnd(Element* e)
1028
1030
1029
1031
rv = chord->tremolo()->chord1() == chord;
1032
1033
1034
1035
1036
1037
0 commit comments