﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2974	JOSM writes color.* values to preferences when they don't differ from the default	avarab@…	avarab@…	" 1. Start a fresh JOSM
 2. Customize some color entry, e.g. the color of a node
 3. Revert it to the default
 4. 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.

"	defect	closed	minor		Core	latest	invalid		
