Fix strangeness when rearranging the playlist with shuffle disabled

This commit is contained in:
David Sansome 2010-03-10 14:09:35 +00:00
parent 4988d45f23
commit 65d88ac831
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ bool Playlist::dropMimeData(const QMimeData* data, Qt::DropAction action, int ro
changePersistentIndex(pidx, index(pidx.row() + d, pidx.column(), QModelIndex()));
}
}
current_virtual_index_ = virtual_items_.indexOf(current_index());
layoutChanged();
Save();