return false;
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE));
+ SetForegroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT));
Init();
ExpandRoot();
- SetBestSize(size);
+ SetInitialSize(size);
DoResize();
return true;