From 65785aa966cd2af045e6c306b7d18ccff2901ee1 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 10 Dec 2005 16:59:19 +0000 Subject: [PATCH] activate SetFocus patch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2