mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Merge Win32 changes from stable branch
This commit is contained in:
@@ -919,7 +919,11 @@ void TransferListWidget::displayDLHoSMenu(const QPoint&){
|
||||
act = hideshowColumn.exec(QCursor::pos());
|
||||
if(act) {
|
||||
int col = actions.indexOf(act);
|
||||
Q_ASSERT(col >= 0);
|
||||
qDebug("Toggling column %d visibility", col);
|
||||
setColumnHidden(col, !isColumnHidden(col));
|
||||
if(!isColumnHidden(col))
|
||||
setColumnWidth(col, 100);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user