mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-28 04:54:30 +00:00
Update kbm_gui.cpp
This commit is contained in:
parent
928e395e09
commit
814f1831cf
@ -702,7 +702,7 @@ bool KBMSettings::eventFilter(QObject* obj, QEvent* event) {
|
||||
if (timer && timer->isActive()) {
|
||||
timer->stop();
|
||||
}
|
||||
|
||||
|
||||
switch (keyEvent->key()) {
|
||||
case Qt::Key_Space:
|
||||
keyText = "space";
|
||||
@ -1093,7 +1093,7 @@ bool KBMSettings::eventFilter(QObject* obj, QEvent* event) {
|
||||
timer->stop();
|
||||
MappingButton->setText(mapping);
|
||||
mappinglist.clear();
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user