]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/statbrma.cpp
use correct scale when drawing
[wxWidgets.git] / src / osx / carbon / statbrma.cpp
index a23e9180ac3b4412bf8ac3dd4decca7685ab3aad..3a89df132d0162c77f51e5b06f65163eb4eaaee5 100644 (file)
@@ -114,7 +114,11 @@ void wxStatusBarMac::DoUpdateStatusText(int number)
     rect.height = h ;
 
     Refresh( true, &rect );
+    // we should have to force the update here
+    // TODO Remove if no regressions occur
+#if 0
     Update();
+#endif
 }
 
 void wxStatusBarMac::OnPaint(wxPaintEvent& WXUNUSED(event))