]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/toplevel.cpp
try to create smaller executables
[wxWidgets.git] / src / mac / toplevel.cpp
index 8c01e545e3d36970755a254c05e11d12e3fabc6f..d07c85cf629c41fb44a1df9f12329d59a37b3657 100644 (file)
@@ -668,7 +668,7 @@ void wxTopLevelWindowMac::MacUpdate( long timestamp)
 // Raise the window to the top of the Z order
 void wxTopLevelWindowMac::Raise()
 {
-    ::BringToFront( (WindowRef)m_macWindow ) ;
+    ::SelectWindow( (WindowRef)m_macWindow ) ;
 }
 
 // Lower the window to the bottom of the Z order