summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-08-19 21:32:07 +0200
committerGitHub <noreply@github.com>2021-08-19 21:32:07 +0200
commit151ab8620404d990e231d159bb94405e5fde943c (patch)
tree6ac79866e09743adf9d58644f7e03d79baa4f0c6
parentMerge pull request #6885 from v1993/patch-1 (diff)
parentqt_software_keyboard: fix copy-paste error (diff)
downloadyuzu-151ab8620404d990e231d159bb94405e5fde943c.tar
yuzu-151ab8620404d990e231d159bb94405e5fde943c.tar.gz
yuzu-151ab8620404d990e231d159bb94405e5fde943c.tar.bz2
yuzu-151ab8620404d990e231d159bb94405e5fde943c.tar.lz
yuzu-151ab8620404d990e231d159bb94405e5fde943c.tar.xz
yuzu-151ab8620404d990e231d159bb94405e5fde943c.tar.zst
yuzu-151ab8620404d990e231d159bb94405e5fde943c.zip
-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(
initialize_parameters.key_disable_flags = appear_parameters.key_disable_flags;
initialize_parameters.enable_backspace_button = appear_parameters.enable_backspace_button;
initialize_parameters.enable_return_button = appear_parameters.enable_return_button;
- initialize_parameters.disable_cancel_button = initialize_parameters.disable_cancel_button;
+ initialize_parameters.disable_cancel_button = appear_parameters.disable_cancel_button;
SetKeyboardType();
SetControllerImage();