Modify ↓
Opened 4 years ago
Closed 4 years ago
#2974 closed defect (invalid)
JOSM writes color.* values to preferences when they don't differ from the default
| Reported by: | avar | Owned by: | avar |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
- Start a fresh JOSM
- Customize some color entry, e.g. the color of a node
- Revert it to the default
- JOSM will wastefully write this to the preferences:
$ grep ^color .josm/preferences color.node=#FF0000
Presumably JOSM will then continue to use #FF0000 if and when the default changes at some later date.
Instead the entry should be deleted from preferences when it matches the default.
Attachments (0)
Change History (2)
comment:1 follow-up: ↓ 2 Changed 4 years ago by stoecker
- Owner changed from team to avar
- Status changed from new to needinfo
comment:2 in reply to: ↑ 1 Changed 4 years ago by anonymous
- Resolution set to invalid
- Status changed from needinfo to closed
Replying to stoecker:
Can't reproduce. And #FF0000 is not the default for nodes.
I can't reproduce it either now. Closing as invalid.
Note: See
TracTickets for help on using
tickets.



Can't reproduce. And #FF0000 is not the default for nodes.
Please retry.