Changeset 4479 in josm for trunk


Ignore:
Timestamp:
2011-09-30T21:28:26+02:00 (13 years ago)
Author:
Don-vip
Message:

fix #5594 - Exception while restoring autosaved data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapView.java

    r4244 r4479  
    582582        tempG.draw(border);
    583583
    584         if (Main.map.filterDialog != null) {
     584        if (Main.map != null && Main.map.filterDialog != null) {
    585585            Main.map.filterDialog.drawOSDText(tempG);
    586586        }
Note: See TracChangeset for help on using the changeset viewer.