MGR: eliminate "ghost" Notices window when running on Windows OS

svn path=/trunk/boinc/; revision=24740
This commit is contained in:
Charlie Fenton 2011-12-06 10:53:34 +00:00
parent cde9b0a16c
commit 18ec343ca1
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ bool CDlgMessages::Create( wxWindow* parent, wxWindowID id, const wxString& capt
GetSizer()->Fit(this);
GetSizer()->SetSizeHints(this);

// To work properly on Mac, RestoreState() must be called _after_
// calling GetSizer()->Fit(), GetSizer()->SetSizeHints() and Center()
RestoreState();