X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eebddb377ee7b87ff33a876951c3888a83d3d064..ad653fa23069c5d9378247084f03c9a718c3ad62:/src/osx/toplevel_osx.cpp diff --git a/src/osx/toplevel_osx.cpp b/src/osx/toplevel_osx.cpp index f92665932e..be18e7bc1a 100644 --- a/src/osx/toplevel_osx.cpp +++ b/src/osx/toplevel_osx.cpp @@ -187,7 +187,8 @@ void wxTopLevelWindowMac::ShowWithoutActivating() m_nowpeer->ShowWithoutActivating(); - // TODO: Should we call EVT_SIZE here? + // because apps expect a size event to occur at this moment + SendSizeEvent(); } bool wxTopLevelWindowMac::ShowFullScreen(bool show, long style)