Changeset 2796 in osm for applications/editors/josm/plugins/mappaint/src
- Timestamp:
- 2007-05-06T19:57:08+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mappaint/src/mappaint/MapPaintVisitor.java
r2787 r2796 99 99 drawSegment(ls, w.selected ? getPreferencesColor("selected", Color.YELLOW) : colour,Main.pref.getBoolean("draw.segment.direction"), width,true); 100 100 else 101 if (realWidth > 0 && Main.pref.getBoolean("mappaint.useRealWith",false)){ 101 if (realWidth > 0 && Main.pref.getBoolean("mappaint.useRealWidth",false)){ 102 102 int tmpWidth = (int) (100 / (float) (circum / realWidth)); 103 103 if (tmpWidth > width) width = tmpWidth;
Note:
See TracChangeset
for help on using the changeset viewer.