Changeset 18124 in josm


Ignore:
Timestamp:
2021-08-04T22:38:51+02:00 (3 years ago)
Author:
Don-vip
Message:

see #20795 - see #20797 - make sure initial correlation attempt is performed only after dialog is displayed, otherwise it is simply ignored

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java

    r18078 r18124  
    640640        pDirectionPosition.addItemListenerOnComponents(statusBarUpdaterWithRepaint);
    641641
    642         statusBarUpdater.matchAndUpdateStatusBar();
    643         yLayer.updateBufferAndRepaint();
    644 
    645642        outerPanel = new JPanel(new BorderLayout());
    646643        outerPanel.add(statusBar, BorderLayout.PAGE_END);
     
    662659            syncDialog.addWindowListener(new SyncDialogWindowListener());
    663660            syncDialog.showDialog();
     661
     662            statusBarUpdater.matchAndUpdateStatusBar();
     663            yLayer.updateBufferAndRepaint();
    664664        }
    665665    }
Note: See TracChangeset for help on using the changeset viewer.