Modify ↓
Opened 18 years ago
Closed 18 years ago
#135 closed defect (fixed)
Segment order numbers do not respect user's colour prefs
Reported by: | anonymous | Owned by: | imi |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | unspecified | Version: | latest |
Keywords: | Cc: |
Description
The background colour of segment order numbers is fixed as black but it should match the user's colour preferences.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in @221 as part of rendering speedup patch submitted by eai@…
Note:
See TracTickets
for help on using tickets.
Index: src/org/openstreetmap/josm/data/osm/visitor/SimplePaintVisitor.java
===================================================================
--- src/org/openstreetmap/josm/data/osm/visitor/SimplePaintVisitor.java (revision 219)
+++ src/org/openstreetmap/josm/data/osm/visitor/SimplePaintVisitor.java (working copy)
@@ -104,7 +104,7 @@
+ g.setColor(getPreferencesColor("background", Color.black));