Changeset 231 in josm


Ignore:
Timestamp:
2007-05-08T01:00:50+02:00 (17 years ago)
Author:
framm
Message:

Refresh toolbar after plugin initialisation so that plugins may add things to the toolbar. Patch by Francisco R. Santos <frsantos@…>.

File:
1 edited

Legend:

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

    r207 r231  
    152152                final Main main = new MainApplication(mainFrame);
    153153                Main.loadPlugins(false);
     154                toolbar.refreshToolbarControl();
    154155
    155156                mainFrame.setVisible(true);
Note: See TracChangeset for help on using the changeset viewer.