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:
@@ -33,6 +33,8 @@ void wxDialog::ShowWindowModal()
|
||||
NSWindow* parentWindow = parent->GetWXWindow();
|
||||
NSWindow* theWindow = GetWXWindow();
|
||||
|
||||
wxWindow::Show(true);
|
||||
|
||||
[NSApp beginSheet: theWindow
|
||||
modalForWindow: parentWindow
|
||||
modalDelegate: theWindow
|
||||
|
Reference in New Issue
Block a user