mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Fix keyboard focus issues on Main window
This commit is contained in:
parent
1204bf6e80
commit
6d31af676e
3 changed files with 9 additions and 3 deletions
|
@ -164,7 +164,6 @@ MainWindow::MainWindow(QWidget *parent, const QStringList& torrentCmdLine) : QMa
|
|||
|
||||
// Transfer List tab
|
||||
transferList = new TransferListWidget(hSplitter, this, QBtSession::instance());
|
||||
transferList->setFocusPolicy(Qt::NoFocus);
|
||||
properties = new PropertiesWidget(hSplitter, this, transferList);
|
||||
transferListFilters = new TransferListFiltersWidget(vSplitter, transferList);
|
||||
hSplitter->addWidget(transferList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue