git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62118
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( GetParent() == NULL )
{
windowGroup = GetWindowGroup(windowRef) ;
if ( GetParent() == NULL )
{
windowGroup = GetWindowGroup(windowRef) ;
- formerParentGroup = GetWindowGroupParent( windowGroup );
- SetWindowGroupParent( windowGroup, GetWindowGroupOfClass( kMovableModalWindowClass ) );
- resetGroupParent = true;
+ if ( windowGroup != GetWindowGroupOfClass( kMovableModalWindowClass ) )
+ {
+ formerParentGroup = GetWindowGroupParent( windowGroup );
+ SetWindowGroupParent( windowGroup, GetWindowGroupOfClass( kMovableModalWindowClass ) );
+ resetGroupParent = true;
+ }
}
BeginAppModalStateForWindow(windowRef) ;
}
BeginAppModalStateForWindow(windowRef) ;