Hello everybody,
I have an application that runs on ubuntu 12.04 with wxpython 2.8.12.1. When connecting my wxSlider to a wx.EVT_SCROLL_CHANGED, I noticed that the mouse wheel triggerred an de/increase of the value of the slider
by a step of 2 instead of 1. Unfortunately, I could not find anything explaining this behaviour. Is that a bug or did I
misunderstand something in the way I use the wsSlider widget ?
thanks a lot for your help
Eric