From 387d96cc8fce9fdd7bdf428cf6014953823fee31 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 14 Oct 2004 10:16:24 +0000 Subject: [PATCH] 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 --- src/generic/statusbr.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } -- 2.50.0