MinGW warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2ac08aeb99
commit
b480f61be3
@ -116,7 +116,7 @@ void wxStatusBarUniv::DoDraw(wxControlRenderer *renderer)
|
|||||||
dc.SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
|
dc.SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
|
||||||
|
|
||||||
// do draw the fields
|
// do draw the fields
|
||||||
int flags = IsEnabled() ? 0 : wxCONTROL_DISABLED;
|
int flags = IsEnabled() ? 0 : (int)wxCONTROL_DISABLED;
|
||||||
for ( int n = 0; n < m_nFields; n++ )
|
for ( int n = 0; n < m_nFields; n++ )
|
||||||
{
|
{
|
||||||
rect.width = m_widthsAbs[n];
|
rect.width = m_widthsAbs[n];
|
||||||
|
Loading…
Reference in New Issue
Block a user