- Timestamp:
- 12/23/2019 08:51:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java
r177 r179 1684 1684 1685 1685 script.incidents.get(indx).setOffset((Integer) addIncidentStart.getValue() * 60); 1686 script.incidents.get(indx).insertCadData((Integer) addIncidentStart.getValue(), new CadData(addIncidentType.getText(),addIncidentLocation.getText())); 1686 //following line may need *60? 1687 script.incidents.get(indx).insertCadData((Integer) addIncidentStart.getValue() * 60, new CadData(addIncidentType.getText(),addIncidentLocation.getText())); 1687 1688 script.numberOfIncidents++; 1688 1689
Note: See TracChangeset
for help on using the changeset viewer.
