New icon for combobox with bitmaps. Improved readability of icons on dark backgrounds. Rgenerated makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
|
||||
#include "widgets.h"
|
||||
|
||||
#include "icons/odcombobox.xpm"
|
||||
#include "icons/bmpcombobox.xpm"
|
||||
|
||||
// Images loaded from file are reduced this width and height, if larger
|
||||
#define IMG_SIZE_TRUNC 150
|
||||
@@ -229,7 +229,7 @@ IMPLEMENT_WIDGETS_PAGE(BitmapComboBoxWidgetsPage, _T("BitmapCombobox"),
|
||||
|
||||
BitmapComboBoxWidgetsPage::BitmapComboBoxWidgetsPage(WidgetsBookCtrl *book,
|
||||
wxImageList *imaglist)
|
||||
: WidgetsPage(book, imaglist, odcombobox_xpm)
|
||||
: WidgetsPage(book, imaglist, bmpcombobox_xpm)
|
||||
{
|
||||
// init everything
|
||||
m_chkSort =
|
||||
|
Reference in New Issue
Block a user