cleanup - reformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1446,14 +1446,14 @@ bool wxTopLevelWindowMac::ShowFullScreen(bool show, long style)
|
||||
}
|
||||
|
||||
SetSize( x , y , w, h ) ;
|
||||
if( data->m_wasResizable )
|
||||
if ( data->m_wasResizable )
|
||||
MacChangeWindowAttributes( kWindowNoAttributes , kWindowResizableAttribute ) ;
|
||||
}
|
||||
else
|
||||
{
|
||||
ShowMenuBar() ;
|
||||
FullScreenData *data = (FullScreenData *) m_macFullScreenData ;
|
||||
if( data->m_wasResizable )
|
||||
if ( data->m_wasResizable )
|
||||
MacChangeWindowAttributes( kWindowResizableAttribute , kWindowNoAttributes ) ;
|
||||
SetPosition( data->m_position ) ;
|
||||
SetSize( data->m_size ) ;
|
||||
|
Reference in New Issue
Block a user