]> git.saurik.com Git - wxWidgets.git/commitdiff
adding note for correct wheel params
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 25 Jan 2010 22:24:49 +0000 (22:24 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 25 Jan 2010 22:24:49 +0000 (22:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/nonownedwnd.cpp

index 192f8f5a2455b658740002b4979ae547538fb556..f5e87300b6923b00ef63bcc4cd2bb706ed208bab 100644 (file)
@@ -537,8 +537,9 @@ void SetupMouseEvent( wxMouseEvent &wxevent , wxMacCarbonEvent &cEvent )
                     break ;
             }
             break ;
                     break ;
             }
             break ;
-
-     case kEventMouseWheelMoved :
+     // TODO http://developer.apple.com/qa/qa2005/qa1453.html
+     // add declaration for 10.4 and change to kEventMouseScroll
+    case kEventMouseWheelMoved :
         {
             wxevent.SetEventType( wxEVT_MOUSEWHEEL ) ;
 
         {
             wxevent.SetEventType( wxEVT_MOUSEWHEEL ) ;