Fix wxWindowDisabler compilation in wxOSX

Remove the duplicated version of the code in wxOSX sources which wasn't
updated in the parent commit.
This commit is contained in:
Vadim Zeitlin
2020-11-16 23:04:26 +01:00
parent be570015bf
commit d67c7c485a
3 changed files with 14 additions and 68 deletions

View File

@@ -731,7 +731,10 @@ private:
void DoDisable(wxWindow *winToSkip = NULL);
#if defined(__WXOSX__) && wxOSX_USE_COCOA
wxEventLoop* m_modalEventLoop;
void AfterDisable(wxWindow* winToSkip);
void BeforeEnable();
wxEventLoop* m_modalEventLoop = NULL;
#endif
wxVector<wxWindow*> m_winDisabled;
bool m_disabled;