Changeset 36102 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextPlugin.java
- Timestamp:
- 2023-07-24T15:55:23+02:00 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextPlugin.java
r33530 r36102 7 7 import org.openstreetmap.josm.plugins.PluginInformation; 8 8 9 /** 10 * The entry-point for the reltoolbox plugin 11 */ 9 12 public class RelContextPlugin extends Plugin { 10 private RelContextDialog dialog;11 13 12 14 public RelContextPlugin(PluginInformation info) { … … 19 21 if (oldFrame == null && newFrame != null) { 20 22 // if (dialog!=null) dialog.destroy(); 21 dialog = new RelContextDialog();23 RelContextDialog dialog = new RelContextDialog(); 22 24 newFrame.addToggleDialog(dialog); 23 25 }
Note:
See TracChangeset
for help on using the changeset viewer.