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

Legend:

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

    r1128 r1137  
    232232                if (allowClearSelection && !isShiftDown && text.hasSelection()) text.clearSelection();
    233233
     234                //System.err.println("setTextCursor DisplayController:: " + DisplayController.getFloatMouseX() + "," + DisplayController.getFloatMouseY());
     235                //System.err.println("setTextCursor Ecosystem:: " + EcosystemManager.getInputManager().getCursorPosition());
    234236                Point newMouse = text.moveCursor(cursorMovement, DisplayController.getFloatMouseX(), EcosystemManager.getInputManager().getCursorPosition().y, isShiftDown, isCtrlDown);
     237                //System.err.println("setTextCursor New Cursor:: " + newMouse);
    235238                                               
    236239                if(             isCtrlDown ||
Note: See TracChangeset for help on using the changeset viewer.