Fix to settings dialog
This commit is contained in:
@@ -2813,5 +2813,8 @@ void ReconstructUserInterface()
|
|||||||
}
|
}
|
||||||
|
|
||||||
ReInitAllWindows();
|
ReInitAllWindows();
|
||||||
ShowGameOptions();
|
if (_settings_client.gui.windows_titlebars) {
|
||||||
|
// Hack to prevent second click on the same button via button-up event
|
||||||
|
ShowGameOptions();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user