mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-18 03:59:09 +00:00
(svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it was opened
This commit is contained in:
@@ -1473,6 +1473,7 @@ public:
|
||||
{
|
||||
this->hscroll.cap = 5;
|
||||
this->hscroll.count = _waypoint_count;
|
||||
this->FindWindowPlacementAndResize(desc);
|
||||
};
|
||||
|
||||
virtual void OnPaint()
|
||||
|
Reference in New Issue
Block a user