- Timestamp:
- 2014-09-17T22:27:53+02:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java
r7549 r7553 1246 1246 1247 1247 // only highlight the segment if the way itself is not highlighted 1248 if (!way.isHighlighted()) { 1248 if (!way.isHighlighted() && highlightWaySegments != null) { 1249 1249 GeneralPath highlightSegs = null; 1250 1250 for (WaySegment ws : highlightWaySegments) { … … 1360 1360 1361 1361 @Override 1362 p rotectedvoid getSettings(boolean virtual) {1362 public void getSettings(boolean virtual) { 1363 1363 super.getSettings(virtual); 1364 1364 paintSettings = MapPaintSettings.INSTANCE; -
trunk/src/org/openstreetmap/josm/gui/dialogs/MapPaintDialog.java
r7450 r7553 674 674 ImageProvider.get("dialogs/mappaint/pencil.png"), 675 675 ImageProvider.OverlayPosition.SOUTHEAST)); 676 setMenu.setToolTipText(tr("Customize the style")); 676 677 add(setMenu); 677 678
Note:
See TracChangeset
for help on using the changeset viewer.