Changeset 115 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/panels/TimeStampPanel.java
- Timestamp:
- 09/07/2017 01:34:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/gui/panels/TimeStampPanel.java
r98 r115 103 103 ? ScriptBuilderGuiConstants.TIMELINE_OPENED_HEIGHT 104 104 : ScriptBuilderGuiConstants.TIMELINE_OPENED_HEIGHT; 105 if ((incident.length + incident.offset ) > longestLength)105 if ((incident.length + incident.offset + timeline.requestedEditorFillerTime) > longestLength) 106 106 { 107 107 longestLength = incident.length + incident.offset + timeline.requestedEditorFillerTime;
Note: See TracChangeset
for help on using the changeset viewer.
