Changeset 8677 in josm


Ignore:
Timestamp:
2015-08-21T22:18:03+02:00 (9 years ago)
Author:
Don-vip
Message:

fix #11793 - NPE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTable.java

    r8510 r8677  
    136136                        @Override
    137137                        public void run() {
    138                             if (highlightHelper.highlightOnly(toHighlight)) {
     138                            if (Main.isDisplayingMapView() && highlightHelper.highlightOnly(toHighlight)) {
    139139                                Main.map.mapView.repaint();
    140140                            }
Note: See TracChangeset for help on using the changeset viewer.