fix thinko in prev commit

This commit is contained in:
Robin Gareus
2017-02-20 21:52:13 +01:00
parent 4ece934e66
commit 15eb6f716d

View File

@@ -1663,8 +1663,7 @@ EditorRoutes::move_selected_tracks (bool up)
PresentationInfo::ChangeSuspender cs;
if (up) {
unselected_neighbour = view_stripables.begin ();
++unselected_neighbour;
unselected_neighbour = view_stripables.end ();
vsi = view_stripables.begin();
while (vsi != view_stripables.end()) {