using SelectWindow for Raise Implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-01-31 15:52:24 +00:00
parent 597a3d06bf
commit 7f3c339c0d
2 changed files with 2 additions and 2 deletions

View File

@@ -668,7 +668,7 @@ void wxTopLevelWindowMac::MacUpdate( long timestamp)
// Raise the window to the top of the Z order // Raise the window to the top of the Z order
void wxTopLevelWindowMac::Raise() void wxTopLevelWindowMac::Raise()
{ {
::BringToFront( (WindowRef)m_macWindow ) ; ::SelectWindow( (WindowRef)m_macWindow ) ;
} }
// Lower the window to the bottom of the Z order // Lower the window to the bottom of the Z order

View File

@@ -668,7 +668,7 @@ void wxTopLevelWindowMac::MacUpdate( long timestamp)
// Raise the window to the top of the Z order // Raise the window to the top of the Z order
void wxTopLevelWindowMac::Raise() void wxTopLevelWindowMac::Raise()
{ {
::BringToFront( (WindowRef)m_macWindow ) ; ::SelectWindow( (WindowRef)m_macWindow ) ;
} }
// Lower the window to the bottom of the Z order // Lower the window to the bottom of the Z order