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

View File

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