summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEran Mizrahi <erasmux@gmail.com>2018-01-04 20:53:54 +0200
committerEran Mizrahi <erasmux@gmail.com>2018-01-04 21:01:30 +0200
commit14b06dd2e83129d35568aa36ae9b670da16f421c (patch)
tree492f1742f608a68697ec1a972d99c963da600130
parent58ec83f8c86784b7ea1bfcc67d575c91606beca8 (diff)
Don't auto scroll down the downloads list
-rw-r--r--src/mainwindow.cpp2
1 files changed, 0 insertions, 2 deletions
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();
}
}