]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/control.cpp
corrected redraw problems with native controls
[wxWidgets.git] / src / mac / control.cpp
index 15bc46b48e4a0f402107e7eb493af79085a69195..cbbd8e34297699b9c6876a35dba98028cbce2c58 100644 (file)
@@ -761,10 +761,12 @@ void  wxControl::OnMouseEvent( wxMouseEvent &event )
        
                controlpart = FindControl( localwhere , window , &control ) ;
                {
+               /*
                        if ( AcceptsFocus() && FindFocus() != this )
                        {
                                SetFocus() ;
                        }
+               */
                        if ( control && UMAIsControlActive( control ) )
                        {
                                {