projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
aui notebook pages can be moved around
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
pyshell.py
diff --git
a/wxPython/wx/lib/pyshell.py
b/wxPython/wx/lib/pyshell.py
index 86d127a77f2e5324aba174685711f78a1b6a437f..1dca90da9ef7f74f19ad8caf743cb5033a7ac584 100644
(file)
--- a/
wxPython/wx/lib/pyshell.py
+++ b/
wxPython/wx/lib/pyshell.py
@@
-216,7
+216,7
@@
class PyShellWindow(stc.StyledTextCtrl, InteractiveInterpreter):
def OnKey(self, evt):
- key = evt.KeyCode()
+ key = evt.
Get
KeyCode()
if key == wx.WXK_RETURN:
pos = self.GetCurrentPos()
lastPos = self.GetTextLength()