Ticket #3573 (closed defect: fixed)
[Mac] Problems calling .Skip on a wx.EVT_MENU event
| Reported by: | finell | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxOSX-Carbon | Version: | |
| Keywords: | Cc: | finell, csomor | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
When calling event.Skip in the event callback of a
wx.EVT_MENU event will cause the same event to be fired
again.
This is reproducable in eg. the Menu demo of wxPython.
Ie. calling 'event.Skip' in the Menu101 method will
cause multiple 'Welcome to Mercury' lines to appear in
the log.
I've only tested this on my Mac running the latest
wxPython 2.7.1.2 (unicode build on Python 2.4).
Change History
Note: See
TracTickets for help on using
tickets.
