Update the host UI to avoid an UI scaling issue after resetting settings to default.

This commit is contained in:
The Dax 2013-09-28 22:41:47 -04:00
parent 3460efe186
commit 79af94f4aa

View File

@ -485,6 +485,8 @@ UI::EventReturn DeveloperToolsScreen::OnBack(UI::EventParams &e) {
void DeveloperToolsScreen::CallbackRestoreDefaults(bool yes) {
if(yes)
g_Config.RestoreDefaults();
host->UpdateUI();
}
UI::EventReturn DeveloperToolsScreen::OnRestoreDefaultSettings(UI::EventParams &e) {