fix infinite recursion in DrawStatusField() after latest changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-09-20 22:41:49 +00:00
parent d4d680e6d8
commit bfd5f90953

View 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