(svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it was opened
authorsmatz
Sat, 17 May 2008 16:59:12 +0000
changeset 9277 dc4132fe3f8e
parent 9276 332c61c7c95a
child 9278 b81f5b869a90
(svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it was opened
src/rail_gui.cpp
--- a/src/rail_gui.cpp	Sat May 17 16:27:36 2008 +0000
+++ b/src/rail_gui.cpp	Sat May 17 16:59:12 2008 +0000
@@ -1473,6 +1473,7 @@
 	{
 		this->hscroll.cap = 5;
 		this->hscroll.count = _waypoint_count;
+		this->FindWindowPlacementAndResize(desc);
 	};
 
 	virtual void OnPaint()