Revision 43552

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/ViewPort.java
620 620
    Point2D.Double pWorld = new Point2D.Double();
621 621
    AffineTransform at;
622 622

  
623
    if( pScreen == null ) {
624
        return null;
625
    }
623 626
    try {
624 627
      at = trans.createInverse();
625 628
      at.transform(pScreen, pWorld);

Also available in: Unified diff