git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23749
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
};
// fill the image list
};
// fill the image list
- wxImageList *imagelist = new wxImageList(32, 32);
+ wxBitmap bmp(list_xpm);
- imagelist-> Add( wxBitmap( list_xpm ));
+ wxImageList *imagelist = new wxImageList(bmp.GetWidth(), bmp.GetHeight());
+
+ imagelist-> Add( bmp );
imagelist-> Add( wxBitmap( choice_xpm ));
imagelist-> Add( wxBitmap( combo_xpm ));
imagelist-> Add( wxBitmap( text_xpm ));
imagelist-> Add( wxBitmap( choice_xpm ));
imagelist-> Add( wxBitmap( combo_xpm ));
imagelist-> Add( wxBitmap( text_xpm ));