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:
@@ -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
|
||||
|
Reference in New Issue
Block a user