projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix crash caused by an wxMDIClientWindow's GTK signal handler being called when the...
[wxWidgets.git]
/
src
/
common
/
bmpcboxcmn.cpp
diff --git
a/src/common/bmpcboxcmn.cpp
b/src/common/bmpcboxcmn.cpp
index 0e869aeedb9dfb3df94695c72fa9a9e9a5311c49..fc403b713520e0f6cf859b946039f731a897e076 100644
(file)
--- a/
src/common/bmpcboxcmn.cpp
+++ b/
src/common/bmpcboxcmn.cpp
@@
-38,7
+38,7
@@
#include "wx/odcombo.h"
#include "wx/odcombo.h"
-const
wxChar wxBitmapComboBoxNameStr[] = wxT("bitmapComboBox")
;
+const
char wxBitmapComboBoxNameStr[] = "bitmapComboBox"
;
#if defined(wxBITMAPCOMBOBOX_OWNERDRAWN_BASED)
#if defined(wxBITMAPCOMBOBOX_OWNERDRAWN_BASED)
@@
-235,7
+235,7
@@
wxCoord wxBitmapComboBoxBase::MeasureItem(size_t WXUNUSED(item)) const
int imgHeightArea = m_usedImgSize.y + 2;
return imgHeightArea > m_fontHeight ? imgHeightArea : m_fontHeight;
}
int imgHeightArea = m_usedImgSize.y + 2;
return imgHeightArea > m_fontHeight ? imgHeightArea : m_fontHeight;
}
-
+
return wxBCB_DEFAULT_ITEM_HEIGHT;
}
return wxBCB_DEFAULT_ITEM_HEIGHT;
}