Ticket #20771: JOSM-mainFrame-updateUI.diff

File JOSM-mainFrame-updateUI.diff, 664 bytes (added by DevCharly, 3 years ago)
  • core/src/org/openstreetmap/josm/gui/MainApplication.java

     
    903903        }
    904904        // Configure Look and feel before showing SplashScreen (#19290)
    905905        setupUIManager();
     906        SwingUtilities.updateComponentTreeUI(mainFrame);
    906907
    907908        final SplashScreen splash = GuiHelper.runInEDTAndWaitAndReturn(SplashScreen::new);
    908909        // splash can be null sometimes on Linux, in this case try to load JOSM silently