Ignore:
Timestamp:
2011-11-02T14:39:27+01:00 (12 years ago)
Author:
stoecker
Message:

fix #6652 - patch by olejorgenb - Members list in history panel for relations and ways is broken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/RelationMemberListTableCellRenderer.java

    r4072 r4566  
    9292    }
    9393
     94    // Warning: The model pads with null-rows to match the size of the opposite table. 'value' could be null
    9495    public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus,
    9596            int row, int column) {
    96         if (value == null)
    97             return this;
    9897
    9998        HistoryBrowserModel.RelationMemberTableModel model = gteRelationMemberTableModel(table);
Note: See TracChangeset for help on using the changeset viewer.