diff options
| author | 2021-08-19 15:32:07 -0400 | |
|---|---|---|
| committer | 2021-08-19 15:32:07 -0400 | |
| commit | 151ab8620404d990e231d159bb94405e5fde943c (patch) | |
| tree | 6ac79866e09743adf9d58644f7e03d79baa4f0c6 /src | |
| parent | Merge pull request #6885 from v1993/patch-1 (diff) | |
| parent | qt_software_keyboard: fix copy-paste error (diff) | |
| download | yuzu-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.cpp | 2 |
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(); |