Changeset 31 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/panels/IncidentTimelinePanel.java
- Timestamp:
- 08/02/2017 12:49:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/gui/panels/IncidentTimelinePanel.java
r18 r31 161 161 { 162 162 ed.setVisible(true); 163 System.out.println(incident.slices.get(newSlice).toXML()); 163 164 } 164 165 } … … 285 286 } 286 287 287 newSize = new Dimension(( incident.length + incident.offset)288 newSize = new Dimension((ScriptBuilderGuiConstants.MAX_SIMULATION_LENGTH) 288 289 / ScriptBuilderGuiConstants.HORIZONTAL_TICK_RESOLUTION 289 290 * ScriptBuilderGuiConstants.PIXEL_WIDTH_PER_HORIZONTAL_TICK,
Note: See TracChangeset
for help on using the changeset viewer.
