mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 14:23:35 -07:00
Update src/gui/macosshiftclickhandler.cpp
Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
This commit is contained in:
parent
afad1057c1
commit
7d832600cc
1 changed files with 1 additions and 1 deletions
|
@ -69,5 +69,5 @@ bool MacOSShiftClickHandler::eventFilter(QObject *watched, QEvent *event)
|
|||
m_lastClickedIndex = clickedIndex;
|
||||
}
|
||||
|
||||
return false;
|
||||
return QObject::eventFilter(obj, event);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue