wxBitmapComboBox: store bitmaps in wxVector

This commit is contained in:
Alexander Koshelev
2022-02-07 15:44:00 +03:00
committed by Vadim Zeitlin
parent d225b8d56c
commit d57bc78eea
3 changed files with 22 additions and 27 deletions

View File

@@ -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;