Ignore:
Timestamp:
2012-01-14T16:54:57+01:00 (12 years ago)
Author:
simon04
Message:

fix #7168 - add a "zoom to gap" functionality to the relation editor

File:
1 edited

Legend:

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

    r4337 r4792  
    179179            return members.get(rowIndex).getMember();
    180180        case 2:
    181             return wayConnection(rowIndex);
     181            return getWayConnection(rowIndex);
    182182        }
    183183        // should not happen
     
    868868    }
    869869
    870     private WayConnectionType wayConnection(int i) {
     870    WayConnectionType getWayConnection(int i) {
    871871        if (connectionType == null) {
    872872            updateLinks();
Note: See TracChangeset for help on using the changeset viewer.