Fix to settings dialog

This commit is contained in:
pelya
2017-03-27 00:31:28 +03:00
parent 90f9e91222
commit 3c2afedd7c

View File

@@ -2813,5 +2813,8 @@ void ReconstructUserInterface()
}
ReInitAllWindows();
ShowGameOptions();
if (_settings_client.gui.windows_titlebars) {
// Hack to prevent second click on the same button via button-up event
ShowGameOptions();
}
}