diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2018-01-04 20:53:54 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2018-01-04 21:01:30 +0200 |
| commit | 14b06dd2e83129d35568aa36ae9b670da16f421c (patch) | |
| tree | 492f1742f608a68697ec1a972d99c963da600130 /src | |
| parent | 58ec83f8c86784b7ea1bfcc67d575c91606beca8 (diff) | |
Don't auto scroll down the downloads list
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
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();
}
}
|
