Changeset 6712 in josm


Ignore:
Timestamp:
2014-01-17T13:59:39+01:00 (10 years ago)
Author:
akks
Message:

fix #6181: relation in automatically opened relation list panel was not selected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/relation/SelectInRelationListAction.java

    r5799 r6712  
    2727    public void actionPerformed(ActionEvent e) {
    2828        if (!isEnabled() || relations.isEmpty() || Main.map==null || Main.map.relationListDialog==null) return;
     29        Main.map.relationListDialog.unfurlDialog();
    2930        Main.map.relationListDialog.selectRelations(relations);
    30         Main.map.relationListDialog.unfurlDialog();
    3131    }
    3232}
Note: See TracChangeset for help on using the changeset viewer.