Fix to settings dialog

This commit is contained in:
pelya
2017-03-27 00:31:28 +03:00
committed by Sergii Pylypenko
parent 932ed064b0
commit 80a7abb5cb

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();
}
}