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/data/UndoRedoHandler.java

    r2098 r2348  
    5050
    5151        // the command may have changed the selection so tell the listeners about the current situation
    52         DataSet.fireSelectionChanged(Main.main.getCurrentDataSet().getSelected());
     52        Main.main.getCurrentDataSet().fireSelectionChanged();
    5353    }
    5454
Note: See TracChangeset for help on using the changeset viewer.