Ignore:
Timestamp:
07/22/08 10:05:32 (16 years ago)
Author:
ra33
Message:

Fixing bugs for Rob

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/Format.java

    r143 r154  
    4646                //Check the position of the cursor and only format stuff inside the same box as the cursor
    4747                Collection<Text> itemsToFormat = FrameUtils.getCurrentTextItems();
    48                 if(itemsToFormat.size() <= 1){
     48                if(itemsToFormat.size() < 1){
    4949                        itemsToFormat = start.getBodyTextItems(true);
    5050                }
Note: See TracChangeset for help on using the changeset viewer.