Changeset 122 in tmcsimulator-scriptbuilder
- Timestamp:
- 09/19/2017 02:15:02 PM (9 years ago)
- Location:
- trunk/src/scriptbuilder
- Files:
-
- 3 edited
-
gui/application.properties (modified) (1 diff)
-
gui/panels/IncidentTimelinePanel.java (modified) (1 diff)
-
structures/ScriptIncident.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/gui/application.properties
r121 r122 1 #T hu, 14 Sep 2017 11:38:45-07001 #Tue, 19 Sep 2017 15:12:22 -0700 2 2 3 3 Application.revision=0 -
trunk/src/scriptbuilder/gui/panels/IncidentTimelinePanel.java
r117 r122 243 243 if (getTopLevelAncestor() instanceof IncidentEditorFrame) 244 244 { 245 if (incident.slices.size() == 0 )245 if (incident.slices.size() == 0 && newSlice != 0) 246 246 { 247 JOptionPane.showMessageDialog(g, "This is the first event in the incident.\n" 248 + "Therefore, it will be automatically positioned at time 00:00:00,\n" 249 + "relative to the start of the incident.", "Event will be moved", JOptionPane.INFORMATION_MESSAGE); 247 250 newSlice = 0; 248 251 } -
trunk/src/scriptbuilder/structures/ScriptIncident.java
r120 r122 188 188 public void addNewEvent(I_ScriptEvent ev, int start) 189 189 { 190 /* 190 191 int leftoverSeconds = start % 60; 191 192 … … 202 203 } 203 204 } 205 */ 204 206 205 207 //Check to see if there's already a timeslice here
Note: See TracChangeset
for help on using the changeset viewer.
