Changeset 20749 in osm for applications/editors
- Timestamp:
- 2010-03-30T16:20:53+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/src/public_transport/StopImporterAction.java
r20747 r20749 862 862 else if ("stopImporter.waypointsDetach".equals(event.getActionCommand())) 863 863 { 864 if (dialog.getWaypointsTable().getSelectedRowCount() > 0)864 /* if (dialog.getWaypointsTable().getSelectedRowCount() > 0) 865 865 { 866 866 for (int i = 0; i < waypointTM.getRowCount(); ++i) … … 880 880 waypointTM.nodes.set(i, null); 881 881 } 882 } 882 }*/ 883 Main.main.undoRedo.add(new WaypointsDetachCommand(this)); 883 884 dialog.getWaypointsTable().clearSelection(); 884 885 }
Note:
See TracChangeset
for help on using the changeset viewer.