Ignore:
Timestamp:
05/08/08 14:30:09 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

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

    r13 r21  
    2323
    2424import org.expeditee.gui.FrameMouseActions;
     25import org.expeditee.items.Item.SelectedMode;
    2526
    2627/**
     
    13251326        }
    13261327
    1327         @Override
    1328         public int showHighlight(boolean val) {
    1329                 super.showHighlight(val);
    1330 
    1331                 if (val)
    1332                         return Item.UNCHANGED_CURSOR;
    1333                 else
    1334                         return Item.DEFAULT_CURSOR;
    1335         }
    1336 
    13371328        /**
    13381329         * Determines if this text has any text in it.
Note: See TracChangeset for help on using the changeset viewer.