osx regrouping
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -62,7 +62,7 @@ void wxDialog::SetModal( bool flag )
|
||||
{
|
||||
m_isModalStyle = true;
|
||||
|
||||
SetWindowModality( (WindowRef)MacGetWindowRef(), kWindowModalityAppModal, NULL ) ;
|
||||
SetWindowModality( (WindowRef)GetWXWindow(), kWindowModalityAppModal, NULL ) ;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -135,7 +135,7 @@ void wxDialog::DoShowModal()
|
||||
|
||||
SetFocus() ;
|
||||
|
||||
WindowRef windowRef = (WindowRef) MacGetWindowRef();
|
||||
WindowRef windowRef = (WindowRef) GetWXWindow();
|
||||
WindowGroupRef windowGroup;
|
||||
WindowGroupRef formerParentGroup;
|
||||
bool resetGroupParent = false;
|
||||
|
Reference in New Issue
Block a user