From f193d63e4d5ac4e3dd62f4e8447bb311668849d8 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 15 Oct 2017 09:22:04 +0200 Subject: Don't stop player after double click on left pane Dunno why it was there in the first place... --- playerwidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/playerwidget.cpp b/playerwidget.cpp index a633fbd..366ca78 100644 --- a/playerwidget.cpp +++ b/playerwidget.cpp @@ -883,7 +883,6 @@ void PlayerWidget::doModelChanged(){ } void PlayerWidget::viewDoubleClicked(const QModelIndex &idx){ - mPlayer->stop(); const QStandardItemModel *model = static_cast(idx.model()); if(model == mViewModel || model == mSearchModel){ addToPlayList(); -- cgit v1.2.3-70-g09d2