mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Merge Win32 changes from stable branch
This commit is contained in:
parent
a3041b7f9f
commit
a0d685bfe2
2 changed files with 24 additions and 13 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue