]> git.saurik.com Git - wxWidgets.git/commitdiff
orderBack puts it behind all windows in its level, including in other apps, so use...
authorKevin Ollivier <kevino@theolliviers.com>
Mon, 30 Nov 2009 01:08:04 +0000 (01:08 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Mon, 30 Nov 2009 01:08:04 +0000 (01:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/nonownedwnd.mm

index 46803a291d3b48a96605eda27bf6997c7aa80d9f..d17540c296f262d518ec92c477945b5f5c2f14f9 100644 (file)
@@ -490,7 +490,7 @@ void wxNonOwnedWindowCocoaImpl::Lower()
 
 void wxNonOwnedWindowCocoaImpl::ShowWithoutActivating()
 {
-    [m_macWindow orderBack:nil];
+    [m_macWindow orderFront:nil];
     [[m_macWindow contentView] setNeedsDisplay: YES];
 }