--- a/QTfrontend/gameuiconfig.cpp Sun May 24 12:44:52 2009 +0000
+++ b/QTfrontend/gameuiconfig.cpp Sun May 24 12:50:11 2009 +0000
@@ -95,14 +95,14 @@
setValue("video/frontendeffects", isFrontendEffects());
- bool ffscr=isFrontendFullscreen();
+ bool ffscr = isFrontendFullscreen();
setValue("video/frontendfullscreen", ffscr);
emit frontendFullscreen(ffscr);
if (!ffscr) {
setValue("window/width", Form->width());
setValue("window/height", Form->height());
} else {
- resizeToConfigValues();
+ //resizeToConfigValues(); // TODO: why this has been made?
}
setValue("audio/sound", isSoundEnabled());