Ignore:
Timestamp:
2015-02-09T13:57:33+01:00 (10 years ago)
Author:
bastiK
Message:

see #11090 - make sure modifications to the current MapFrame are done when loading plugin at runtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r8017 r8020  
    614614                PluginProxy pluginProxy = plugin.load(klass);
    615615                pluginList.add(pluginProxy);
    616                 Main.addMapFrameListener(pluginProxy);
     616                Main.addMapFrameListener(pluginProxy, true);
    617617            }
    618618            msg = null;
Note: See TracChangeset for help on using the changeset viewer.