Changeset 122 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui
- Timestamp:
- 09/19/2017 02:15:02 PM (9 years ago)
- Location:
- trunk/src/scriptbuilder/gui
- Files:
-
- 2 edited
-
application.properties (modified) (1 diff)
-
panels/IncidentTimelinePanel.java (modified) (1 diff)
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 }
Note: See TracChangeset
for help on using the changeset viewer.
