Ignore:
Timestamp:
05/14/08 12:34:46 (16 years ago)
Author:
ra33
Message:

Yellow highlighting for deleting text ranges wasnt working.

Fixed a couple things for the left and right mouse button shortcut for formatting

File:
1 edited

Legend:

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

    r24 r41  
    12221222                int red = 160;
    12231223                int blue = 160;
     1224               
    12241225                if (FrameMouseActions.wasDeleteClicked()) {
    12251226                        green = 235;
Note: See TracChangeset for help on using the changeset viewer.