ShowFullScreen is not MSW-only anymore, updated docs and samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -604,8 +604,6 @@ void MyFrame::OnToolEnter(wxCommandEvent& event)
|
||||
|
||||
void MyFrame::OnToggleFullScreen(wxCommandEvent& event)
|
||||
{
|
||||
#ifdef __WXMSW__
|
||||
ShowFullScreen(!IsFullScreen());
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user