summaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/system.cpp
diff options
context:
space:
mode:
authorGravatar Morph2022-07-24 07:27:10 -0400
committerGravatar Morph2022-07-24 07:27:41 -0400
commitd7d09355e723270870fde85c1000988bfd48f2ca (patch)
treea55f6ec1ec25f8b69570050dd85baf58685feaf3 /src/audio_core/renderer/system.cpp
parentapplet/swkbd: Implement optional symbol keys (diff)
downloadyuzu-d7d09355e723270870fde85c1000988bfd48f2ca.tar.gz
yuzu-d7d09355e723270870fde85c1000988bfd48f2ca.tar.xz
yuzu-d7d09355e723270870fde85c1000988bfd48f2ca.zip
qt_software_keyboard: Fix infinite loop when moving between buttons
There was a bug where, when using the numeric keyboard, moving between buttons resulted in an infinite loop, resulting in a stuck state. This was due to prev_button being the only one enabled in that row or column, causing the condition in the while loop to always be true. To fix this, detect whether we have returned to that initial row/column and break out of the loop.
Diffstat (limited to 'src/audio_core/renderer/system.cpp')
0 files changed, 0 insertions, 0 deletions