From: Stefan Csomor Date: Fri, 18 Apr 2008 08:07:07 +0000 (+0000) Subject: 1945421 applied X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7f65743f005572f1de2754ba8c5e7cf1eed1847e?ds=inline 1945421 applied git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/toplevel.cpp b/src/mac/carbon/toplevel.cpp index 9398f003e1..b1b9e62997 100644 --- a/src/mac/carbon/toplevel.cpp +++ b/src/mac/carbon/toplevel.cpp @@ -228,7 +228,7 @@ bool wxTopLevelWindowMac::ShowFullScreen(bool show, long style) if ( data->m_wasResizable ) MacChangeWindowAttributes( kWindowNoAttributes , kWindowResizableAttribute ) ; } - else + else if ( m_macFullScreenData != NULL ) { ShowMenuBar() ; FullScreenData *data = (FullScreenData *) m_macFullScreenData ;