Merge pull request #3986 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();
}