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