Derive wxDatePickerCtrlGeneric from wxCompositeWindowSettersOnly

This class doesn't need the extra focus-related features of
wxCompositeWindow.
This commit is contained in:
Vadim Zeitlin 2018-01-30 19:49:03 +01:00
parent 27cad5e04d
commit 1de107c037

View File

@ -19,7 +19,7 @@ class WXDLLIMPEXP_FWD_ADV wxCalendarCtrl;
class WXDLLIMPEXP_FWD_ADV wxCalendarComboPopup;
class WXDLLIMPEXP_ADV wxDatePickerCtrlGeneric
: public wxCompositeWindow<wxDatePickerCtrlBase>
: public wxCompositeWindowSettersOnly<wxDatePickerCtrlBase>
{
public:
// creating the control