Changeset 16498 in josm
- Timestamp:
- 2020-05-24T22:20:58+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r16446 r16498 869 869 setupCallbacks(); 870 870 871 // Configure Look and feel before showing SplashScreen (#19290) 872 setupUIManager(); 873 871 874 final SplashScreen splash = GuiHelper.runInEDTAndWaitAndReturn(SplashScreen::new); 872 875 // splash can be null sometimes on Linux, in this case try to load JOSM silently … … 903 906 904 907 monitor.indeterminateSubTask(tr("Setting defaults")); 905 setupUIManager();906 908 toolbar = new ToolbarPreferences(); 907 909 ProjectionPreference.setProjection();
Note:
See TracChangeset
for help on using the changeset viewer.