Changeset 8677 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2015-08-21T22:18:03+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTable.java
r8510 r8677 136 136 @Override 137 137 public void run() { 138 if ( highlightHelper.highlightOnly(toHighlight)) {138 if (Main.isDisplayingMapView() && highlightHelper.highlightOnly(toHighlight)) { 139 139 Main.map.mapView.repaint(); 140 140 }
Note:
See TracChangeset
for help on using the changeset viewer.