Modify ↓
Opened 15 years ago
Closed 15 years ago
#4063 closed defect (fixed)
[Patch] Exception in History dialog
Reported by: | mjulius | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
When showing the history of a modified primitive the last item in the version list is the version "in editor". When right-clicking that one JOSM r2555 throws an IndexOutOfBoundsException the "latest" item is not really part of the history.
With the attached patch JOSM won't try to display the popup for "latest" history items.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | HistoryDialogException.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2556]) applied #4063: patch by mjulius: Exception in History dialog