mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Draw progress bar in disabled style
This commit is contained in:
@@ -498,7 +498,7 @@ QVariant TransferListModel::data(const QModelIndex &index, const int role) const
|
||||
case Qt::DisplayRole:
|
||||
return displayValue(torrent, index.column());
|
||||
case UnderlyingDataRole:
|
||||
return internalValue(torrent, index.column());
|
||||
return internalValue(torrent, index.column(), false);
|
||||
case AdditionalUnderlyingDataRole:
|
||||
return internalValue(torrent, index.column(), true);
|
||||
case Qt::DecorationRole:
|
||||
|
||||
Reference in New Issue
Block a user