]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/statusbr.cpp
use wxFileSize_t instead of wxFileOffset or off_t
[wxWidgets.git] / src / generic / statusbr.cpp
index 372a82a5c5258534bc2ab589b9a1d5cc8c9a0b20..203295199ac45ee3fd24ac7731695aa0c5368102 100644 (file)
@@ -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
 }