Revision: 2938
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2938&view=rev
Author:   hofman
Date:     2007-09-19 09:40:23 -0700 (Wed, 19 Sep 2007)

Log Message:
-----------
ZoomablePDFView autoFits rather than autoScales.

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

Modified: trunk/BDSKZoomablePDFView.m
===================================================================
--- trunk/BDSKZoomablePDFView.m 2007-09-18 17:19:00 UTC (rev 2937)
+++ trunk/BDSKZoomablePDFView.m 2007-09-19 16:40:23 UTC (rev 2938)
@@ -119,7 +119,7 @@
             [curItem setRepresentedObject:(BDSKDefaultScaleMenuFactors[cnt] > 
0.0 ? [NSNumber numberWithFloat:BDSKDefaultScaleMenuFactors[cnt]] : nil)];
         }
         // select the appropriate item, adjusting the scaleFactor if necessary
-        if([self autoScales])
+        if([self autoFits])
             [self setScaleFactor:0.0 adjustPopup:YES];
         else
             [self setScaleFactor:[self scaleFactor] adjustPopup:YES];


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to