Changeset 20751 in osm for applications/editors/josm/plugins/public_transport
- Timestamp:
- 2010-03-30T16:23:39+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/src/public_transport/StopImporterAction.java
r20749 r20751 862 862 else if ("stopImporter.waypointsDetach".equals(event.getActionCommand())) 863 863 { 864 /* if (dialog.getWaypointsTable().getSelectedRowCount() > 0)865 {866 for (int i = 0; i < waypointTM.getRowCount(); ++i)867 {868 if ((dialog.getWaypointsTable().isRowSelected(i)) &&869 (waypointTM.nodes.elementAt(i) != null))870 {871 waypointTM.nodes.set(i, null);872 }873 }874 }875 else876 {877 for (int i = 0; i < waypointTM.getRowCount(); ++i)878 {879 if (waypointTM.nodes.elementAt(i) != null)880 waypointTM.nodes.set(i, null);881 }882 }*/883 864 Main.main.undoRedo.add(new WaypointsDetachCommand(this)); 884 865 dialog.getWaypointsTable().clearSelection();
Note:
See TracChangeset
for help on using the changeset viewer.