projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
define arrays of chartoo as the existing ones can't be used to store char values...
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
intctrl.py
diff --git
a/wxPython/wx/lib/intctrl.py
b/wxPython/wx/lib/intctrl.py
index 65ff2e58fac525f009aa347ed0545f3683ce3f8c..897045a5069b4a169321393b75ac4acdc29687e9 100644
(file)
--- a/
wxPython/wx/lib/intctrl.py
+++ b/
wxPython/wx/lib/intctrl.py
@@
-109,7
+109,7
@@
class IntValidator( wx.PyValidator ):
selected. Leading zeros are removed if introduced by selection,
and are prevented from being inserted.
"""
- key = event.KeyCode()
+ key = event.
Get
KeyCode()
ctrl = event.GetEventObject()