diff --git a/src/generic/statusbr.cpp b/src/generic/statusbr.cpp index 372a82a5c5..203295199a 100644 --- a/src/generic/statusbr.cpp +++ b/src/generic/statusbr.cpp @@ -68,7 +68,9 @@ wxStatusBarGeneric::~wxStatusBarGeneric() { // VZ: what is this for? please comment... #ifdef __WXMSW__ - SetFont(wxNullFont); + // JACS: commenting out since it causes an assert + // and there seems no reason for it. + // SetFont(wxNullFont); #endif // MSW }