Revision: 7086
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7086&view=rev
Author:   hofman
Date:     2011-02-04 21:54:03 +0000 (Fri, 04 Feb 2011)

Log Message:
-----------
revert previous commit, wrong file

Modified Paths:
--------------
    trunk/SKPDFView.m

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2011-02-04 21:51:18 UTC (rev 7085)
+++ trunk/SKPDFView.m   2011-02-04 21:54:03 UTC (rev 7086)
@@ -2142,7 +2142,7 @@
     if ([[self currentPage] isEqual:page] == NO)
         [self goToPage:page];
     NSDivideRect([self convertRect:rect fromPage:page], &rect, &ignored, 1.0, 
NSMaxYEdge);
-    [self goToRect:rect onPage:page];
+    [self goToRect:[self convertRect:rect toPage:page] onPage:page];
 }
 
 - (void)scrollAnnotationToVisible:(PDFAnnotation *)annotation {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to