Derive wxDatePickerCtrlGeneric from wxCompositeWindowSettersOnly
This class doesn't need the extra focus-related features of wxCompositeWindow.
This commit is contained in:
parent
27cad5e04d
commit
1de107c037
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user