adding wxWindow::Show in order to make the sheet showing its children as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-01-25 13:27:59 +00:00
parent f0d454bd6a
commit f44af1dc9e

View File

@@ -33,6 +33,8 @@ void wxDialog::ShowWindowModal()
NSWindow* parentWindow = parent->GetWXWindow();
NSWindow* theWindow = GetWXWindow();
wxWindow::Show(true);
[NSApp beginSheet: theWindow
modalForWindow: parentWindow
modalDelegate: theWindow