Changeset 16498 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-05-24T22:20:58+02:00 (4 years ago)
Author:
simon04
Message:

fix #19290 - Configure Look and feel before showing splash screen (patch by hiddewie)

File:
1 edited

Legend:

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

    r16446 r16498  
    869869        setupCallbacks();
    870870
     871        // Configure Look and feel before showing SplashScreen (#19290)
     872        setupUIManager();
     873
    871874        final SplashScreen splash = GuiHelper.runInEDTAndWaitAndReturn(SplashScreen::new);
    872875        // splash can be null sometimes on Linux, in this case try to load JOSM silently
     
    903906
    904907        monitor.indeterminateSubTask(tr("Setting defaults"));
    905         setupUIManager();
    906908        toolbar = new ToolbarPreferences();
    907909        ProjectionPreference.setProjection();
Note: See TracChangeset for help on using the changeset viewer.