Ignore:
Timestamp:
03.12.2009 19:02:25 (2 years ago)
Author:
Gubaer
Message:

fixed #3400: relation editor: improvement to highlight an element
fixed #3873: Feature request: download selected elements in relation editor
New: Dbl-Click in member table to set the map selection to this member
New: Ctrl-Dbl-Clik in member table to add the member to the the map selection
New: Download selected incomplete members only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java

    r2243 r2563  
    169169        BasicArrowButton arrowButton = new BasicArrowButton(SwingConstants.SOUTH, null, null, Color.BLACK, null); 
    170170        arrowButton.setBorder(BorderFactory.createEmptyBorder()); 
    171         //        selectionHistoryMenuButton.setContentAreaFilled(false); 
    172         //        selectionHistoryMenuButton.setOpaque(false); 
    173         //        selectionHistoryMenuButton.setBorderPainted(false); 
    174         //        selectionHistoryMenuButton.setBackground(null); 
    175171        parentButton.setLayout(new BorderLayout()); 
    176172        parentButton.add(arrowButton, BorderLayout.EAST); 
Note: See TracChangeset for help on using the changeset viewer.