Ignore:
Timestamp:
2013-10-27T05:35:41+01:00 (11 years ago)
Author:
Don-vip
Message:

code cleanup / robustness in edit layer handling

File:
1 edited

Legend:

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

    r6324 r6336  
    484484        Main.map.relationListDialog.selectRelation(relation);
    485485        RelationEditor.getEditor(
    486                 Main.map.mapView.getEditLayer(),
     486                Main.main.getEditLayer(),
    487487                relation,
    488488                ((MemberInfo) membershipData.getValueAt(row, 1)).role).setVisible(true);
Note: See TracChangeset for help on using the changeset viewer.