Ignore:
Timestamp:
2019-01-31T17:00:54+01:00 (5 years ago)
Author:
GerdP
Message:

see #17270: improve progress bar by doubling the tick count to match the executed tasks

File:
1 edited

Legend:

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

    r14273 r14756  
    165165        loadedData = new HistoryDataSet();
    166166        try {
    167             progressMonitor.setTicksCount(toLoad.size());
     167            progressMonitor.setTicksCount(2 * toLoad.size());
    168168            for (PrimitiveId pid: toLoad) {
    169169                if (canceled) {
Note: See TracChangeset for help on using the changeset viewer.