Changeset - r9277:109a9e789573
[Not reviewed]
master
0 1 0
smatz - 16 years ago 2008-05-17 16:59:12
smatz@openttd.org
(svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it was opened
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/rail_gui.cpp
Show inline comments
 
@@ -1473,6 +1473,7 @@ public:
 
	{
 
		this->hscroll.cap = 5;
 
		this->hscroll.count = _waypoint_count;
 
		this->FindWindowPlacementAndResize(desc);
 
	};
 

	
 
	virtual void OnPaint()
0 comments (0 inline, 0 general)