(svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it was opened

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
smatz 17 years ago
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…
Cancel
Save