Changeset 17796 in josm


Ignore:
Timestamp:
2021-04-19T19:07:33+02:00 (3 years ago)
Author:
simon04
Message:

fix #20771 - MainFrame created before setting look and feel and not updated (patch by DevCharly)

File:
1 edited

Legend:

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

    r17793 r17796  
    905905        // Configure Look and feel before showing SplashScreen (#19290)
    906906        setupUIManager();
     907        // MainFrame created before setting look and feel and not updated (#20771)
     908        SwingUtilities.updateComponentTreeUI(mainFrame);
    907909
    908910        final SplashScreen splash = GuiHelper.runInEDTAndWaitAndReturn(SplashScreen::new);
Note: See TracChangeset for help on using the changeset viewer.