@Robin/wxDevs
I made a ticket for this @
http://trac.wxwidgets.org/ticket/15329
See attached mini-app.
Show a Bug with the MouseWheel stopping
working after a undetermined amount of time.
Sometimes it occurs 5 min, 1 hour, variable, etc.
Just leave the app open and do something else for a while.
Checking up on it every x amount of mins, testing the mousewheel.
Comfirmed on wxPython 2.9.4.0 msw (classic)
Windows XP Pro SP3
The Test:
The top ctrl is PlainSTC1(regular).
The bottom ctrl is PlainSTC2(wx.EVT_MOUSEWHEEL hack to bypass).
The top ctrl’s MouseWheel scrolling functionallity will eventually stop working,
while the bottom ctrl will still work correctly
with the wx.EVT_MOUSEWHEEL hack def.
Please Fix This Bug.
It is very annoying to have to restart an app because of this bug
I’m not sure if this is scintilla or wxwidgets bug, but I am guessing wxwidgets.
TestStcBug.py (3.78 KB)