]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/statusbr.cpp
Oops, forgot to remove some whitespace and to sort the list of files
[wxWidgets.git] / src / generic / statusbr.cpp
index 831d2d8717e73454eccb8cd5ab742341b9f31f5a..372a82a5c5258534bc2ab589b9a1d5cc8c9a0b20 100644 (file)
@@ -140,11 +140,11 @@ void wxStatusBarGeneric::SetFieldsCount(int number, const int *widths)
     for (i = m_nFields - 1; i >= number; --i)
         m_statusStrings.RemoveAt(i);
 
-    wxStatusBarBase::SetFieldsCount(number, widths);
-
     // forget the old cached pixel widths
     m_widthsAbs.Empty();
 
+    wxStatusBarBase::SetFieldsCount(number, widths);
+
     wxASSERT_MSG( m_nFields == (int)m_statusStrings.GetCount(),
                   _T("This really should never happen, can we do away with m_nFields here?") );
 }