Hello,
This new behavior in wx 2.8.1.1 seems like bug to me. When i
create
SpinCtrl like this:
SpinCtrl( parent, ID_SPINCTRL, "0",
wxDefaultPosition, wxSize(50,-1),
wxSP_ARROW_KEYS, 0, 9999, 0 , name="b")
i got change notification event for value 0. Old versions wx
2.4 and wx
2.6 are not generating such events. Please consider keeping
old behavior.
Niki Spahiev
------------------------------------------------------------
---------
To unsubscribe, e-mail: wxPython-dev-unsubscribe lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help lists.wxwidgets.org
|