- Timestamp:
- 09/07/2017 01:34:49 PM (9 years ago)
- Location:
- trunk/src/scriptbuilder/gui/panels
- Files:
-
- 2 edited
-
TimeStampPanel.java (modified) (1 diff)
-
TimelineTickPanel.java (modified) (1 diff)
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; -
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.
