mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -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
|
@ -107,6 +107,9 @@ TransferListWidget::TransferListWidget(QWidget *parent, MainWindow *main_window,
|
|||
setItemsExpandable(false);
|
||||
setAutoScroll(true);
|
||||
setDragDropMode(QAbstractItemView::DragOnly);
|
||||
#if defined(Q_WS_MAC)
|
||||
setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||
#endif
|
||||
|
||||
// Default hidden columns
|
||||
if (!column_loaded) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue