Changeset 117 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/panels/IncidentTimelinePanel.java


Ignore:
Timestamp:
09/07/2017 02:08:40 PM (9 years ago)
Author:
bmcguffin
Message:

Redesigned the method by which the first event in an event is added to relative time 00:00:00.

Added a second timestamp panel to the incident editor screen, which displays absolute script time in red. The original timestamp panel displays time relative to the start of the incident, in black.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/gui/panels/IncidentTimelinePanel.java

    r113 r117  
    243243                if (getTopLevelAncestor() instanceof IncidentEditorFrame) 
    244244                { 
     245                    if (incident.slices.size() == 0) 
     246                    { 
     247                        newSlice = 0; 
     248                    } 
    245249                    if (g.currentEventType != null) 
    246250                    { 
Note: See TracChangeset for help on using the changeset viewer.