projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update docs to mention new filesystem handlers.
[wxWidgets.git]
/
wxPython
/
demo
/
StyledTextCtrl_2.py
diff --git
a/wxPython/demo/StyledTextCtrl_2.py
b/wxPython/demo/StyledTextCtrl_2.py
index e84bee509bd633725e2b75c7b528ee302e590d11..2c043c9155e9bcd5ebe0f1b4cda87f5ea4a7cf15 100644
(file)
--- a/
wxPython/demo/StyledTextCtrl_2.py
+++ b/
wxPython/demo/StyledTextCtrl_2.py
@@
-185,7
+185,7
@@
class PythonSTC(stc.StyledTextCtrl):
def OnKeyPressed(self, event):
if self.CallTipActive():
self.CallTipCancel()
def OnKeyPressed(self, event):
if self.CallTipActive():
self.CallTipCancel()
- key = event.KeyCode()
+ key = event.
Get
KeyCode()
if key == 32 and event.ControlDown():
pos = self.GetCurrentPos()
if key == 32 and event.ControlDown():
pos = self.GetCurrentPos()