projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added more properties
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
vtk.py
diff --git
a/wxPython/wx/lib/vtk.py
b/wxPython/wx/lib/vtk.py
index 676932d215b77d65fc9c16634600b0f541468f94..c726fade6c05431ad9c5ce8427a1a095c160dffd 100644
(file)
--- a/
wxPython/wx/lib/vtk.py
+++ b/
wxPython/wx/lib/vtk.py
@@
-318,7
+318,7
@@
class wxVTKRenderWindow(wxVTKRenderWindowBase):
def OnChar(self, event):
- key = event.KeyCode()
+ key = event.
Get
KeyCode()
if (key == ord('r')) or (key == ord('R')):
self.Reset()
elif (key == ord('w')) or (key == ord('W')):