MinGW warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1746,7 +1746,7 @@ void wxListHeaderWindow::OnPaint( wxPaintEvent &WXUNUSED(event) )
|
|||||||
dc,
|
dc,
|
||||||
wxRect(x, HEADER_OFFSET_Y, cw, h - 2),
|
wxRect(x, HEADER_OFFSET_Y, cw, h - 2),
|
||||||
m_parent->IsEnabled() ? 0
|
m_parent->IsEnabled() ? 0
|
||||||
: wxCONTROL_DISABLED
|
: (int)wxCONTROL_DISABLED
|
||||||
);
|
);
|
||||||
|
|
||||||
// see if we have enough space for the column label
|
// see if we have enough space for the column label
|
||||||
|
Reference in New Issue
Block a user