Changeset 1564 in osm for utils/josm/plugins/landsat


Ignore:
Timestamp:
2006-11-11T11:50:19+01:00 (19 years ago)
Author:
nick
Message:

Areas drawn before ways; landsat move mode belongs to buttongroup; now requires josm-1.4-nw1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/josm/plugins/landsat/src/landsat/LandsatPlugin.java

    r1554 r1564  
    3636
    3737                        Main.map.toolBarActions.addSeparator();
    38                         Main.map.toolBarActions.add(new IconToggleButton
    39                                                 (new LandsatAdjustAction(Main.map)));
     38                        IconToggleButton button = new IconToggleButton
     39                                                (new LandsatAdjustAction(Main.map));
     40                        Main.map.toolBarActions.add(button);
     41                        Main.map.toolGroup.add(button);
    4042                } else if (oldFrame!=null && newFrame==null ) {
    4143                        task.setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.