src/vehicle_gui.cpp
branchcpp_gui
changeset 6263 19dab6a68886
parent 6258 a2f86b8fd99b
child 6268 4b5241e5dd10
--- a/src/vehicle_gui.cpp	Mon Feb 19 20:37:33 2007 +0000
+++ b/src/vehicle_gui.cpp	Tue Feb 27 13:26:47 2007 +0000
@@ -1266,8 +1266,8 @@
 
 	if (w != NULL) {
 		/* Set the minimum window size to the current window size */
-		w->resize.width = w->width;
-		w->resize.height = w->height;
+		w->resize.width = w->Width();
+		w->resize.height = w->Height();
 	}
 }