mirror of https://github.com/BOINC/boinc.git
MGR: eliminate "ghost" Notices window when running on Windows OS
svn path=/trunk/boinc/; revision=24740
This commit is contained in:
parent
cde9b0a16c
commit
18ec343ca1
|
@ -352,7 +352,7 @@ bool CDlgMessages::Create( wxWindow* parent, wxWindowID id, const wxString& capt
|
||||||
|
|
||||||
GetSizer()->Fit(this);
|
GetSizer()->Fit(this);
|
||||||
GetSizer()->SetSizeHints(this);
|
GetSizer()->SetSizeHints(this);
|
||||||
|
|
||||||
// To work properly on Mac, RestoreState() must be called _after_
|
// To work properly on Mac, RestoreState() must be called _after_
|
||||||
// calling GetSizer()->Fit(), GetSizer()->SetSizeHints() and Center()
|
// calling GetSizer()->Fit(), GetSizer()->SetSizeHints() and Center()
|
||||||
RestoreState();
|
RestoreState();
|
||||||
|
|
Loading…
Reference in New Issue