Use another bool constant instead of BOOL one in wxBitmapComboBox.
Just s/FALSE/false/ See #16690. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7e869a5d4d
commit
1d05c077a0
@ -409,7 +409,7 @@ bool wxBitmapComboBox::MSWOnDraw(WXDRAWITEMSTRUCT *item)
|
|||||||
|
|
||||||
// Draw default for item -1, which means 'focus rect only'
|
// Draw default for item -1, which means 'focus rect only'
|
||||||
if ( pos == -1 )
|
if ( pos == -1 )
|
||||||
return FALSE;
|
return false;
|
||||||
|
|
||||||
int flags = 0;
|
int flags = 0;
|
||||||
if ( lpDrawItem->itemState & ODS_COMBOBOXEDIT )
|
if ( lpDrawItem->itemState & ODS_COMBOBOXEDIT )
|
||||||
|
Loading…
Reference in New Issue
Block a user