Skip to content

Commit

Permalink
fix #27081
Browse files Browse the repository at this point in the history
  • Loading branch information
BartlomiejLewandowski committed Jul 1, 2014
1 parent 505c48b commit 5a3103b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ void Score::cmdDeleteSelection()
}
}
s1 = tick2segment(stick1);
s2 = tick2segment(stick2);
s2 = tick2segment(stick2,true);
if (s1 == 0 || s2 == 0)
deselectAll();
else {
Expand Down

0 comments on commit 5a3103b

Please sign in to comment.