From 14b06dd2e83129d35568aa36ae9b670da16f421c Mon Sep 17 00:00:00 2001 From: Eran Mizrahi Date: Thu, 4 Jan 2018 20:53:54 +0200 Subject: Don't auto scroll down the downloads list --- src/mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ddc4fe23..2f3c40c7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1682,8 +1682,6 @@ void MainWindow::on_tabWidget_currentChanged(int index) refreshDataTree(); } else if (index == 3) { refreshSaveList(); - } else if (index == 4) { - ui->downloadView->scrollToBottom(); } } -- cgit v1.3.1