Skip to content

Commit

Permalink
fix #38061: Clicking a rest and extending selection more than once do…
Browse files Browse the repository at this point in the history
…es not update Inspector
  • Loading branch information
lasconic committed Nov 3, 2014
1 parent 02a3d0e commit 455be54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/select.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,7 @@ void Selection::extendRangeSelection(Segment* seg, Segment* segAfter, int staffI
}
}
activeIsFirst ? _activeSegment = _startSegment : _activeSegment = _endSegment;
_score->setSelectionChanged(true);
}

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

0 comments on commit 455be54

Please sign in to comment.