Small devices adjustements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -178,7 +178,7 @@ IMPLEMENT_WIDGETS_PAGE(SpinBtnWidgetsPage, _T("Spin"),
|
||||
|
||||
SpinBtnWidgetsPage::SpinBtnWidgetsPage(WidgetsBookCtrl *book,
|
||||
wxImageList *imaglist)
|
||||
: WidgetsPage(book)
|
||||
: WidgetsPage(book, imaglist, spinbtn_xpm)
|
||||
{
|
||||
m_chkVert = NULL;
|
||||
m_chkWrap = NULL;
|
||||
@@ -187,7 +187,6 @@ SpinBtnWidgetsPage::SpinBtnWidgetsPage(WidgetsBookCtrl *book,
|
||||
m_textValue = NULL;
|
||||
m_textMin = NULL;
|
||||
m_textMax = NULL;
|
||||
imaglist->Add(wxBitmap(spinbtn_xpm));
|
||||
|
||||
// init everything
|
||||
m_min = 0;
|
||||
|
Reference in New Issue
Block a user