mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-06 22:37:22 +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.cap = 5;
|
||||||
this->hscroll.count = _waypoint_count;
|
this->hscroll.count = _waypoint_count;
|
||||||
|
this->FindWindowPlacementAndResize(desc);
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual void OnPaint()
|
virtual void OnPaint()
|
||||||
|
Loading…
Reference in New Issue
Block a user