Changeset 27927 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextPlugin.java
- Timestamp:
- 2012-02-23T10:17:25+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextPlugin.java
r26802 r27927 1 1 package relcontext; 2 2 3 import org.openstreetmap.josm.Main; 3 4 import org.openstreetmap.josm.gui.DefaultNameFormatter; 4 5 import org.openstreetmap.josm.gui.MapFrame; … … 17 18 public void mapFrameInitialized( MapFrame oldFrame, MapFrame newFrame ) { 18 19 if( oldFrame == null && newFrame != null ) { 20 // if (dialog!=null) dialog.destroy(); 19 21 dialog = new RelContextDialog(); 20 22 newFrame.addToggleDialog(dialog);
Note:
See TracChangeset
for help on using the changeset viewer.
