Skip to content

Commit

Permalink
fix #13577 : Drag-selected lasso rectangle remains
Browse files Browse the repository at this point in the history
  • Loading branch information
Dag Henning Liodden Sørbø committed Mar 4, 2013
1 parent 8d4b08d commit 5d81753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/score.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3064,6 +3064,7 @@ void Score::lassoSelectEnd()

if (_selection.elements().isEmpty()) {
_selection.setState(SEL_NONE);
_updateAll = true;
return;
}
_selection.setState(SEL_LIST);
Expand Down

0 comments on commit 5d81753

Please sign in to comment.