From 75db495992a115ec9da82c888a57fd91842b6f64 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 29 Jun 2004 19:29:17 +0000 Subject: [PATCH] Allow the MustHaveApp exception feature to be inherited git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_window.i | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index 7a10cf71c5..47c67a979a 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -190,7 +190,9 @@ Extra Styles MustHaveApp(wxWindow); MustHaveApp(wxWindow::FindFocus); MustHaveApp(wxWindow::GetCapture); -MustHaveApp(wxWindow::GetClassDefaultAttributes); + +// This one is not restricted to wxWindow +MustHaveApp(GetClassDefaultAttributes); class wxWindow : public wxEvtHandler { -- 2.50.0