aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/listwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/listwidget.cpp b/src/ui/listwidget.cpp
index 8ff9ec520..0c04cc211 100644
--- a/src/ui/listwidget.cpp
+++ b/src/ui/listwidget.cpp
@@ -310,6 +310,7 @@ void ListWidget::setModel(PlayListModel *selected, PlayListModel *previous)
qApp->processEvents();
m_model = selected;
m_first = 0;
+ m_scroll = FALSE;
recenterCurrent();
updateList();
connect (m_model, SIGNAL(currentChanged()), SLOT(recenterCurrent()));