src/main_gui.cpp
changeset 10247 145d0458b685
parent 10239 a66b15550485
child 10257 fe75471234f3
--- a/src/main_gui.cpp	Fri Apr 18 21:38:36 2008 +0000
+++ b/src/main_gui.cpp	Fri Apr 18 21:49:38 2008 +0000
@@ -449,7 +449,7 @@
 {
 	_cur_resolution[0] = _screen.width;
 	_cur_resolution[1] = _screen.height;
+	ScreenSizeChanged();
 	RelocateAllWindows(_screen.width, _screen.height);
-	ScreenSizeChanged();
 	MarkWholeScreenDirty();
 }