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:
parent
f0d454bd6a
commit
f44af1dc9e
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ void wxDialog::ShowWindowModal()
|
|||
NSWindow* parentWindow = parent->GetWXWindow();
|
||||
NSWindow* theWindow = GetWXWindow();
|
||||
|
||||
wxWindow::Show(true);
|
||||
|
||||
[NSApp beginSheet: theWindow
|
||||
modalForWindow: parentWindow
|
||||
modalDelegate: theWindow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue