OM> On wxWidgets 2.8.10 under Mac OS X, when the shift key is pressed, no
OM> mouse wheel events are generated, as it is the case on other platforms
OM> (Linux and Windows). I found a very simple and clean patch for this:
OM>
OM> wxWidgets/branches/WX_2_8_BRANCH/src/mac/carbon/toplevel.cpp, line 370
OM> should be changed from:
OM>
OM> if ( axis == kEventMouseWheelAxisY)
OM> to:
OM>
OM> if ( axis == kEventMouseWheelAxisY || axis ==
OM> kEventMouseWheelAxisX)
OM>
OM> Could anyone commit it?
This looks right to me so I'll commit it, thanks!
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/