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

This commit is contained in:
smatz 2008-05-17 16:59:12 +00:00
parent fdcb4e6402
commit 88f9fa89bc
1 changed files with 1 additions and 0 deletions

View File

@ -1473,6 +1473,7 @@ public:
{
this->hscroll.cap = 5;
this->hscroll.count = _waypoint_count;
this->FindWindowPlacementAndResize(desc);
};
virtual void OnPaint()