[UI] Added some stats on the track view
This commit is contained in:
@@ -501,7 +501,7 @@ PlayQueue::delSelected(void)
|
||||
int minId = _model->rowCount();
|
||||
Wt::WModelIndexSet indexSet = this->selectedIndexes();
|
||||
|
||||
BOOST_REVERSE_FOREACH(Wt::WModelIndex index, indexSet)
|
||||
for (Wt::WModelIndex index : indexSet)
|
||||
{
|
||||
_model->removeRow(index.row());
|
||||
if (index.row() < minId)
|
||||
|
||||
Reference in New Issue
Block a user