Changeset 31697 in osm for applications/editors


Ignore:
Timestamp:
2015-10-26T12:56:35+01:00 (9 years ago)
Author:
donvip
Message:

[josm_osmrecplugin] remove plugin hook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/OSMRecPlugin/src/org/openstreetmap/josm/plugins/osmrec/OSMRecToggleDialog.java

    r31627 r31697  
    7171
    7272    /**
    73      * hook for roadsigns plugin to display a small button in the upper right corner of this dialog
    74      */
    75     public static final JPanel pluginHook = new JPanel();
    76 
    77     /**
    7873     * The tag data of selected objects.
    7974     */
     
    273268        tagTable.getTableHeader().setVisible(hasTags);
    274269        selectSth.setVisible(!hasSelection);
    275         pluginHook.setVisible(hasSelection);         
    276270       
    277271        int selectedIndex;
Note: See TracChangeset for help on using the changeset viewer.