]> git.saurik.com Git - wxWidgets.git/commitdiff
adding wxWindow::Show in order to make the sheet showing its children as well
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 25 Jan 2010 13:27:59 +0000 (13:27 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 25 Jan 2010 13:27:59 +0000 (13:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/dialog.mm

index 2e6a9e44155949d83311c4b3cf5bd03c92aa38fb..47a50ba404d311a4409670efab41d3a12aee35d6 100644 (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