mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
Merge pull request #3986 from zhaowenlan1779/language-config-fix
citra_qt/configuration: fix input configuration disappearing after changing languages
This commit is contained in:
commit
07a78a6dd2
@ -289,4 +289,5 @@ void ConfigureInput::keyPressEvent(QKeyEvent* event) {
|
|||||||
|
|
||||||
void ConfigureInput::retranslateUi() {
|
void ConfigureInput::retranslateUi() {
|
||||||
ui->retranslateUi(this);
|
ui->retranslateUi(this);
|
||||||
|
updateButtonLabels();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user