fix #34581: Clicking on a bar and playing should play from the start of bar

This commit is contained in:
lasconic 2014-11-15 23:12:09 +01:00
parent d8e1c7487e
commit 9bc7585893

View file

@ -2897,6 +2897,9 @@ void Score::selectRange(Element* e, int staffIdx)
_selection.setActiveTrack(activeTrack); _selection.setActiveTrack(activeTrack);
if (_selection.startSegment())
setPlayPos(_selection.startSegment()->tick());
_selection.updateSelectedElements(); _selection.updateSelectedElements();
} }