Qt: Add runtime downloading of OSD fonts
This commit is contained in:
@ -205,7 +205,7 @@ void SetupWizardDialog::themeChanged()
|
||||
void SetupWizardDialog::languageChanged()
|
||||
{
|
||||
// Skip the recreation, since we don't have many dynamic UI elements.
|
||||
QtHost::InstallTranslator();
|
||||
QtHost::InstallTranslator(this);
|
||||
m_ui.retranslateUi(this);
|
||||
setupControllerPage(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user