From: Stefan Csomor Date: Sat, 10 Dec 2005 16:59:19 +0000 (+0000) Subject: activate SetFocus patch X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/65785aa966cd2af045e6c306b7d18ccff2901ee1 activate SetFocus patch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index 713bdeeab9..306d8147d6 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -1055,7 +1055,7 @@ void wxWindowMac::SetFocus() return ; // enable for patch 1376506 - perhaps? (Stefan's version) -#if 0 +#if 1 SetUserFocusWindow( (WindowRef)MacGetTopLevelWindowRef() ); #endif