X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8eca4fef106b8327e2e55636de3f68a511a4c392..e48f0e09bfec3e53db61a80d6829166e2d73ce47:/wxPython/demo/FileHistory.py diff --git a/wxPython/demo/FileHistory.py b/wxPython/demo/FileHistory.py index ff650b71d3..b94b4567eb 100644 --- a/wxPython/demo/FileHistory.py +++ b/wxPython/demo/FileHistory.py @@ -79,7 +79,7 @@ class TestPanel(wx.Panel): def OnRightClick(self, evt): - self.PopupMenu(self.menu, evt.GetPosition()) + self.PopupMenu(self.menu) def OnFileOpenDialog(self, evt):