X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c809f3be86c79dc44854433fec4ccfc030d4f7b9..7810c95b5de52447a5c2c8aaed06f287e02fc690:/src/mac/control.cpp diff --git a/src/mac/control.cpp b/src/mac/control.cpp index 15bc46b48e..cbbd8e3429 100644 --- a/src/mac/control.cpp +++ b/src/mac/control.cpp @@ -761,10 +761,12 @@ void wxControl::OnMouseEvent( wxMouseEvent &event ) controlpart = FindControl( localwhere , window , &control ) ; { + /* if ( AcceptsFocus() && FindFocus() != this ) { SetFocus() ; } + */ if ( control && UMAIsControlActive( control ) ) { {