]> git.saurik.com Git - wxWidgets.git/commitdiff
fix infinite recursion in DrawStatusField() after latest changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Sep 2006 22:41:49 +0000 (22:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Sep 2006 22:41:49 +0000 (22:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/themes/win32.cpp

index 351f9f0955389719f4418cc12132e44c0f1e0390..e8c1feab5e3e4c5459811599bc27e7a3a452cf5e 100644 (file)
@@ -2677,7 +2677,7 @@ void wxWin32Renderer::DrawStatusField(wxDC& dc,
         style = wxSB_FLAT;
     }
 
-    DrawStatusField(dc, rect, label, flags, style);
+    wxStdRenderer::DrawStatusField(dc, rect, label, flags, style);
 }
 
 #endif // wxUSE_STATUSBAR