summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Morph2021-08-19 15:32:07 -0400
committerGravatar GitHub2021-08-19 15:32:07 -0400
commit151ab8620404d990e231d159bb94405e5fde943c (patch)
tree6ac79866e09743adf9d58644f7e03d79baa4f0c6 /src
parentMerge pull request #6885 from v1993/patch-1 (diff)
parentqt_software_keyboard: fix copy-paste error (diff)
downloadyuzu-151ab8620404d990e231d159bb94405e5fde943c.tar.gz
yuzu-151ab8620404d990e231d159bb94405e5fde943c.tar.xz
yuzu-151ab8620404d990e231d159bb94405e5fde943c.zip
Merge pull request #6889 from v1993/patch-4
qt_software_keyboard: fix copy-paste error
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/applets/qt_software_keyboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/applets/qt_software_keyboard.cpp b/src/yuzu/applets/qt_software_keyboard.cpp
index 848801cec..8fc0c5a36 100644
--- a/src/yuzu/applets/qt_software_keyboard.cpp
+++ b/src/yuzu/applets/qt_software_keyboard.cpp
@@ -438,7 +438,7 @@ void QtSoftwareKeyboardDialog::ShowInlineKeyboard(
438 initialize_parameters.key_disable_flags = appear_parameters.key_disable_flags; 438 initialize_parameters.key_disable_flags = appear_parameters.key_disable_flags;
439 initialize_parameters.enable_backspace_button = appear_parameters.enable_backspace_button; 439 initialize_parameters.enable_backspace_button = appear_parameters.enable_backspace_button;
440 initialize_parameters.enable_return_button = appear_parameters.enable_return_button; 440 initialize_parameters.enable_return_button = appear_parameters.enable_return_button;
441 initialize_parameters.disable_cancel_button = initialize_parameters.disable_cancel_button; 441 initialize_parameters.disable_cancel_button = appear_parameters.disable_cancel_button;
442 442
443 SetKeyboardType(); 443 SetKeyboardType();
444 SetControllerImage(); 444 SetControllerImage();