Ignore:
Timestamp:
2019-01-21T10:46:12+01:00 (5 years ago)
Author:
GerdP
Message:

revert r14716, is not compatible with poly plugin

File:
1 edited

Legend:

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

    r14716 r14717  
    315315            callPostProcessors(progressMonitor);
    316316            progressMonitor.worked(1);
     317            progressMonitor.indeterminateSubTask(tr("Rendering data set..."));
    317318            // Make sure postprocessors did not change the read-only state
    318319            if (readOnly && !getDataSet().isLocked()) {
Note: See TracChangeset for help on using the changeset viewer.