(svn r13041) -Fix: calling a virtual function on a not fully constructed object is bound to cause errors.

This commit is contained in:
rubidium
2008-05-11 11:41:18 +00:00
parent 599bc8942e
commit e63137f47f
6 changed files with 34 additions and 7 deletions

View File

@@ -301,6 +301,8 @@ public:
this->caption_color = _local_player;
this->sel_group = id_g;
this->vscroll2.cap = this->vscroll.cap; // these two are always the same
this->FindWindowPlacementAndResize(desc);
}
virtual void OnPaint()