mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it was opened
This commit is contained in:
parent
fdcb4e6402
commit
88f9fa89bc
@ -1473,6 +1473,7 @@ public:
|
||||
{
|
||||
this->hscroll.cap = 5;
|
||||
this->hscroll.count = _waypoint_count;
|
||||
this->FindWindowPlacementAndResize(desc);
|
||||
};
|
||||
|
||||
virtual void OnPaint()
|
||||
|
Loading…
Reference in New Issue
Block a user