projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reSWIGged with the new SWIG runtime
[wxWidgets.git]
/
wxPython
/
demo
/
PopupMenu.py
diff --git
a/wxPython/demo/PopupMenu.py
b/wxPython/demo/PopupMenu.py
index a1786bfdf6a58a1612ba681b24001b1557789114..45925f22d54df65d601a5f8911054568587fd211 100644
(file)
--- a/
wxPython/demo/PopupMenu.py
+++ b/
wxPython/demo/PopupMenu.py
@@
-97,7
+97,7
@@
class TestPanel(wx.Panel):
# Popup the menu. If an item is selected then its handler
# will be called before PopupMenu returns.
- self.PopupMenu(menu
, event.GetPosition()
)
+ self.PopupMenu(menu)
menu.Destroy()