Ignore:
Timestamp:
2009-10-29T19:45:49+01:00 (14 years ago)
Author:
Gubaer
Message:

applied #3780: patch by hansendc: Shift selection is broken

File:
1 edited

Legend:

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

    r2323 r2348  
    8181        Main.main.undoRedo.add(new SequenceCommand(tr("Reverse ways"), c));
    8282        if (propertiesUpdated) {
    83             DataSet.fireSelectionChanged(getCurrentDataSet().getSelected());
     83            getCurrentDataSet().fireSelectionChanged();
    8484        }
    8585        Main.map.repaint();
Note: See TracChangeset for help on using the changeset viewer.