projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Setting eol-style property to CRLF for some project files.
[wxWidgets.git]
/
src
/
msw
/
bmpcbox.cpp
diff --git
a/src/msw/bmpcbox.cpp
b/src/msw/bmpcbox.cpp
index 852fb0485a27db8623b36f4585c9cb3f9b94fe79..8e6496094a988cee3d63e0b8d9cd8748cdf236d3 100644
(file)
--- a/
src/msw/bmpcbox.cpp
+++ b/
src/msw/bmpcbox.cpp
@@
-308,7
+308,7
@@
bool wxBitmapComboBox::OnAddBitmap(const wxBitmap& bitmap)
return true;
}
-
+
return false;
}
@@
-365,7
+365,7
@@
bool wxBitmapComboBox::MSWOnDraw(WXDRAWITEMSTRUCT *item)
if ( pos == -1 )
return FALSE;
- int flags = 0;
+ int flags = 0;
if ( lpDrawItem->itemState & ODS_COMBOBOXEDIT )
flags |= wxODCB_PAINTING_CONTROL;
if ( lpDrawItem->itemState & ODS_SELECTED )