Commented out SetFont(wxNullFont) which causes an assertion on Windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-10-14 10:16:24 +00:00
parent b29c9f3b07
commit 387d96cc8f

View File

@@ -68,7 +68,9 @@ wxStatusBarGeneric::~wxStatusBarGeneric()
{ {
// VZ: what is this for? please comment... // VZ: what is this for? please comment...
#ifdef __WXMSW__ #ifdef __WXMSW__
SetFont(wxNullFont); // JACS: commenting out since it causes an assert
// and there seems no reason for it.
// SetFont(wxNullFont);
#endif // MSW #endif // MSW
} }