mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Improve drawing speed of transferlist with many torrents.
Conflicts: Changelog
This commit is contained in:
@@ -67,6 +67,7 @@ using namespace libtorrent;
|
||||
TransferListWidget::TransferListWidget(QWidget *parent, MainWindow *main_window, QBtSession *_BTSession):
|
||||
QTreeView(parent), BTSession(_BTSession), main_window(main_window) {
|
||||
|
||||
setUniformRowHeights(true);
|
||||
// Load settings
|
||||
bool column_loaded = loadSettings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user