Modify ↓
Opened 14 years ago
Closed 14 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)
Changed 14 years ago by
Attachment: | HistoryDialogException.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [2556]) applied #4063: patch by mjulius: Exception in History dialog