mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 21:14:33 +00:00
Merge pull request #12187 from NotTsunami/keypress
Allow other keypresses in LogListWidget
This commit is contained in:
commit
4884f08e04
@ -72,8 +72,8 @@ void LogListWidget::keyPressEvent(QKeyEvent *event)
|
||||
{
|
||||
if (event->matches(QKeySequence::Copy))
|
||||
copySelection();
|
||||
else if (event->matches(QKeySequence::SelectAll))
|
||||
selectAll();
|
||||
else
|
||||
QListWidget::keyPressEvent(event);
|
||||
}
|
||||
|
||||
void LogListWidget::appendLine(const QString &line, const Log::MsgType &type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user