Changeset 31 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/panels/TimelineTickPanel.java


Ignore:
Timestamp:
08/02/2017 12:49:41 PM (9 years ago)
Author:
bmcguffin
Message:

Fixed bug in which event icons failed to be rendered past the end of an incident. Also fixed a bug in which new events could not be added past the end of an incident.

File:
1 edited

Legend:

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

    r1 r31  
    187187            EventIconDrawer.DrawEventIcon(g2d, 
    188188                    ((ScriptBuilderFrame) this.getTopLevelAncestor()).currentEventType, 
    189                     x + 5, y + 10); 
     189                    x, y); 
    190190        } 
    191191    } 
Note: See TracChangeset for help on using the changeset viewer.