From: Werner <wer...@gm...> - 2015-10-05 07:56:58
|
On 10/4/2015 12:26, Yves Le Feuvre wrote: > Hello, > > on my macOSX (didn't check other OS), scroll_event misses every other > two event when I use mouse wheel > (wx.EVT_MOUSEWHEEL works fine) What version of wxPython and MPL are you using? I just tried with and don't see any issues with skipped mouse wheel events: wxPython classic 3.0.2 classic on Python 2.7 and wxPython Phoenix a recent snapshot with both Python 2.7 and Python 3.4, my MPL version is 1.4.3 with PR 3421 applied (https://github.com/matplotlib/matplotlib/pull/3421). BUT, all this on Windows 8.1, so maybe a OSX issue? Werner |