Ignore:
Timestamp:
2010-07-03T22:08:57+02:00 (16 years ago)
Author:
stoecker
Message:

fix #5182 - Conflict system simplification - patch by Upliner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/MultiFetchServerObjectReader.java

    r3083 r3362  
    456456            if (isCanceled())return null;
    457457            fetchPrimitives(relations,OsmPrimitiveType.RELATION, progressMonitor);
     458            if (outputDataSet != null) {
     459                outputDataSet.deleteInvisible();
     460            }
    458461            return outputDataSet;
    459462        } finally {
Note: See TracChangeset for help on using the changeset viewer.