]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
better <HR> tag handling in wxHTML
[wxWidgets.git] / src / msw / statbr95.cpp
index d85ba867dedab47c6a234d7d354f018ca099a38f..5889081a5f904cf7d8c99d05cd03599b01ce34e5 100644 (file)
@@ -128,6 +128,8 @@ void wxStatusBar95::SetFieldsCount(int nFields, const int *widths)
     wxASSERT_MSG( (nFields > 0) && (nFields < 255), _T("too many fields") );
 
     wxStatusBarBase::SetFieldsCount(nFields, widths);
+
+    SetFieldsWidth();
 }
 
 void wxStatusBar95::SetStatusWidths(int n, const int widths[])