X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05adb9d2fdc40d8620730be490bf406b8e367cf8..7df9fbc3f11f6239ed7417964c0c50ea77b7b7e7:/include/wx/mac/frame.h?ds=sidebyside diff --git a/include/wx/mac/frame.h b/include/wx/mac/frame.h index 331568d974..ec02faec6d 100644 --- a/include/wx/mac/frame.h +++ b/include/wx/mac/frame.h @@ -125,6 +125,8 @@ protected: #if wxUSE_STATUSBAR static bool m_useNativeStatusBar; #endif // wxUSE_STATUSBAR + // the last focused child: we restore focus to it on activation + wxWindow *m_winLastFocused; private: DECLARE_EVENT_TABLE()