mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Qt: patch creator
This commit is contained in:
parent
0debcfed0a
commit
3c0681ad6d
15 changed files with 846 additions and 13 deletions
|
@ -2211,7 +2211,7 @@ bool game_list_frame::eventFilter(QObject *object, QEvent *event)
|
|||
return true;
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (!key_event->isAutoRepeat())
|
||||
{
|
||||
if (key_event->key() == Qt::Key_Enter || key_event->key() == Qt::Key_Return)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue