- Timestamp:
- 2009-10-29T19:48:49+01:00 (15 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/PasteAction.java
r2323 r2349 106 106 107 107 Main.main.undoRedo.add(new AddPrimitivesCommand(bufferCopy)); 108 //getCurrentDataSet().setSelected(osms);109 108 Main.map.mapView.repaint(); 110 109 } -
trunk/src/org/openstreetmap/josm/command/AddPrimitivesCommand.java
r2305 r2349 35 35 createdPrimitives.get(i).load(data.get(i), getLayer().data); 36 36 } 37 37 getLayer().data.setSelected(createdPrimitives); 38 38 return true; 39 39 }
Note:
See TracChangeset
for help on using the changeset viewer.