Ignore:
Timestamp:
2016-07-03T18:26:16+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13078 - Add new listener that fires before first layer is added and after last one is removed (patch by michael2402) - gsoc-core

File:
1 edited

Legend:

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

    r10467 r10508  
    397397        I18n.setupLanguageFonts();
    398398
    399         // Can only be called after preferences are initialized.
    400         // We can move this to MainPanel constructor as soon as noone depends on Main#panel any more.
    401         GuiHelper.runInEDTAndWait(new Runnable() {
    402             @Override
    403             public void run() {
    404                 mainPanel.updateContent();
    405             }
    406         });
    407 
    408399        WindowGeometry geometry = WindowGeometry.mainWindow("gui.geometry",
    409400                args.containsKey(Option.GEOMETRY) ? args.get(Option.GEOMETRY).iterator().next() : null,
Note: See TracChangeset for help on using the changeset viewer.