wxBitmapComboBox: store bitmaps in wxVector
This commit is contained in:
committed by
Vadim Zeitlin
parent
d225b8d56c
commit
d57bc78eea
@@ -97,8 +97,8 @@ protected:
|
||||
|
||||
void UpdateInternals();
|
||||
|
||||
wxArrayPtrVoid m_bitmapbundles;// Images associated with items
|
||||
wxSize m_usedImgSize; // Size of bitmaps
|
||||
wxVector<wxBitmapBundle> m_bitmapbundles;// Images associated with items
|
||||
wxSize m_usedImgSize; // Size of bitmaps
|
||||
|
||||
int m_imgAreaWidth; // Width and height of area next to text field
|
||||
int m_fontHeight;
|
||||
|
||||
Reference in New Issue
Block a user