From 1de107c03706de5e1864f7e167d29eea93df066f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 30 Jan 2018 19:49:03 +0100 Subject: [PATCH] Derive wxDatePickerCtrlGeneric from wxCompositeWindowSettersOnly This class doesn't need the extra focus-related features of wxCompositeWindow. --- include/wx/generic/datectrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/generic/datectrl.h b/include/wx/generic/datectrl.h index 61a4ad18c9..9c273a6e40 100644 --- a/include/wx/generic/datectrl.h +++ b/include/wx/generic/datectrl.h @@ -19,7 +19,7 @@ class WXDLLIMPEXP_FWD_ADV wxCalendarCtrl; class WXDLLIMPEXP_FWD_ADV wxCalendarComboPopup; class WXDLLIMPEXP_ADV wxDatePickerCtrlGeneric - : public wxCompositeWindow + : public wxCompositeWindowSettersOnly { public: // creating the control