Ignore:
Timestamp:
2007-07-27T10:50:54+02:00 (17 years ago)
Author:
imi
Message:
  • fixed bug that selection listener were informed twice on selection changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java

    r290 r297  
    230230                redoCommands.push(c);
    231231                setModified(uploadedModified || !commands.isEmpty());
    232                 Main.ds.clearSelection();
     232                Main.ds.setSelected();
    233233                fireCommandsChanged();
    234234        }
Note: See TracChangeset for help on using the changeset viewer.