Ignore:
Timestamp:
08/04/08 12:42:11 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameMouseActions.java

    r184 r185  
    506506
    507507                // if the user is ranging-out text
    508                 if (lastRanged != null) {
    509                         if (e.getButton() == MouseEvent.BUTTON1) {
    510                                 return;
    511                         }
     508                if (lastRanged != null && e.getButton() != MouseEvent.BUTTON1) {
    512509
    513510                        Text ranged = lastRanged.copy();
Note: See TracChangeset for help on using the changeset viewer.