Skip to content

Commit

Permalink
fix #65066: Score elements not deselecting after 'select all' option
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Jun 27, 2015
1 parent 83ae627 commit dc261b4
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 @@ -2699,6 +2699,7 @@ void Score::deselect(Element* el)
{
refresh |= el->abbox();
_selection.remove(el);
setSelectionChanged(true);
}

//---------------------------------------------------------
Expand Down

0 comments on commit dc261b4

Please sign in to comment.