From: Robin Dunn Date: Tue, 29 Jun 2004 19:29:17 +0000 (+0000) Subject: Allow the MustHaveApp exception feature to be inherited X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/75db495992a115ec9da82c888a57fd91842b6f64?ds=inline 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 --- 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 {