Ticket #43 (closed defect)
bug in common/docview.cpp
| Reported by: | anonymous | Owned by: | vadz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Version: | ||
| Keywords: | Cc: | vadz | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Bug#: 111
Product: .wxWindows
Version: 2.1.11
Platform:
OS/Version: Linux - Debian
Status: NEW
Resolution:
Severity: normal
Priority: P2
Component: wxGTK
AssignedTo: ???
ReportedBy: giovanni@…
URL:
Summary: bug in common/docview.cpp (wxGTK)
this modification prevents menu file list to let the application crash
when clicked:
diff common/docview.cpp common/docview.cpp~
1660c1660
< int n = event.GetId() - wxID_FILE1; // the index in MRU list
---
int n = event.GetSelection() - wxID_FILE1; // the index in MRU
list
Note: See
TracTickets for help on using
tickets.
