]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/control.cpp
Changed CanPaste to just check IsSupported.
[wxWidgets.git] / src / mac / control.cpp
index d9735a9c221cbf5c57323182cd7cb0044d71f2f0..4d4e3ffc32e630000268d0d5f44eaee12bcd9cce 100644 (file)
@@ -40,7 +40,7 @@ BEGIN_EVENT_TABLE(wxControl, wxWindow)
 END_EVENT_TABLE()
 #endif
 
 END_EVENT_TABLE()
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // Item members
 
 
 // Item members
 
@@ -834,9 +834,13 @@ void  wxControl::OnMouseEvent( wxMouseEvent &event )
        
                if ( event.m_metaDown )
                        modifiers |= cmdKey ;
        
                if ( event.m_metaDown )
                        modifiers |= cmdKey ;
-       
-//             controlpart = FindControl( localwhere , window , &control ) ;
+
+#if TARGET_CARBON
         control = FindControlUnderMouse( localwhere , window , &controlpart ) ;
         control = FindControlUnderMouse( localwhere , window , &controlpart ) ;
+#else
+//        control = FindControlUnderMouse( localwhere , window , &controlpart ) ;
+               controlpart = FindControl( localwhere , window , &control ) ;
+#endif
                {
                /*
                        if ( AcceptsFocus() && FindFocus() != this )
                {
                /*
                        if ( AcceptsFocus() && FindFocus() != this )