Ignore:
Timestamp:
06/05/08 18:59:42 (16 years ago)
Author:
ra33
Message:

Added parsing of annotation items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/Item.java

    r87 r88  
    16541654         */
    16551655        protected void paintLink(Graphics2D g) {
    1656                 if (FrameGraphics.isAudienceMode())
    1657                         return;
    1658 
    16591656                if (getLink() != null || getAction() != null) {
    16601657                        if (getLink() != null && getAction() != null) {
Note: See TracChangeset for help on using the changeset viewer.