1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-03-04 13:47:49 +00:00

Merge pull request from zhaowenlan1779/language-config-fix

citra_qt/configuration: fix input configuration disappearing after changing languages
This commit is contained in:
Ben 2018-07-29 10:35:17 +02:00 committed by GitHub
commit 07a78a6dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -289,4 +289,5 @@ void ConfigureInput::keyPressEvent(QKeyEvent* event) {
void ConfigureInput::retranslateUi() {
ui->retranslateUi(this);
updateButtonLabels();
}