Changeset 1136 for trunk


Ignore:
Timestamp:
09/14/18 13:28:22 (6 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gio/gesture/StandardGestureActions.java

    r1126 r1136  
    12171217                final float oldY = DisplayController.getFloatMouseY();
    12181218                final float oldX = DisplayController.getFloatMouseX();
    1219                 System.err.println("insertCharacterAction: Prior to inserting character mouse at: " + oldX + "," + oldY);
     1219//              System.err.println("insertCharacterAction: Prior to inserting character mouse at: " + oldX + "," + oldY);
    12201220                Point newMouse = null;
    12211221                if (c == '\t') {
Note: See TracChangeset for help on using the changeset viewer.