Changeset 1151 for trunk


Ignore:
Timestamp:
09/19/18 11:51:37 (6 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

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

    r1144 r1151  
    233233                if (allowClearSelection && !isShiftDown && text.hasSelection()) text.clearSelection();
    234234
    235                 //System.err.println("setTextCursor DisplayController:: " + DisplayController.getFloatMouseX() + "," + DisplayController.getFloatMouseY());
    236                 //System.err.println("setTextCursor Ecosystem:: " + EcosystemManager.getInputManager().getCursorPosition());
    237235                Point newMouse = text.moveCursor(cursorMovement, DisplayController.getFloatMouseX(), EcosystemManager.getInputManager().getCursorPosition().getY(), isShiftDown, isCtrlDown);
    238                 //System.err.println("setTextCursor New Cursor:: " + newMouse);
    239236                                               
    240237                if(             isCtrlDown ||
     
    12321229                        return false;
    12331230                }
    1234                 //For Monday; at this point, the DisplayController is ready to do something
    1235                 //RequestRefesh could have a callback method
    12361231               
    12371232                // Always get the clip as it clears at the same time
     
    12401235                // No damaged areas
    12411236                if (useInvalidation && clip.isFullyClipped()) return true;
    1242                
     1237                               
    12431238                GraphicsManager g = EcosystemManager.getGraphicsManager();
    12441239                g.pushDrawingSurface(_refreshBuffer);
     
    12711266                                frameClip = clip.clone().intersectWith(getFramePaintArea());
    12721267                        }
    1273                        
     1268                                               
    12741269                        Image image = null;
    12751270                        if (currentFrame != null && (!useInvalidation || !frameClip.isFullyClipped())) {
Note: See TracChangeset for help on using the changeset viewer.