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:
@@ -167,10 +167,8 @@ IMPLEMENT_WIDGETS_PAGE(GaugeWidgetsPage, _T("Gauge"), FAMILY_CTRLS );
|
||||
|
||||
GaugeWidgetsPage::GaugeWidgetsPage(WidgetsBookCtrl *book,
|
||||
wxImageList *imaglist)
|
||||
:WidgetsPage(book)
|
||||
:WidgetsPage(book, imaglist, gauge_xpm)
|
||||
{
|
||||
imaglist->Add(wxBitmap(gauge_xpm));
|
||||
|
||||
// init everything
|
||||
m_range = 100;
|
||||
|
||||
|
Reference in New Issue
Block a user