Ignore:
Timestamp:
2011-06-18T15:26:52+02:00 (13 years ago)
Author:
stoecker
Message:

fix #6474 - fix toolbar action entries for some actions and fix fullscreen mode start

File:
1 edited

Legend:

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

    r4083 r4139  
    252252            // Main.debug("Main window not maximized");
    253253        }
     254        if(main.menu.fullscreenToggleAction != null)
     255            main.menu.fullscreenToggleAction.initial();
    254256
    255257        SwingUtilities.invokeLater(new Runnable() {
Note: See TracChangeset for help on using the changeset viewer.