Modify ↓
Opened 16 years ago
Closed 16 years ago
#2974 closed defect (invalid)
JOSM writes color.* values to preferences when they don't differ from the default
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | |
| 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)
follow-up: 2 comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → needinfo |
comment:2 by , 16 years ago
| Resolution: | → invalid |
|---|---|
| Status: | needinfo → 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.