Revision: 3122
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3122&view=rev
Author:   hofman
Date:     2007-11-01 08:45:12 -0700 (Thu, 01 Nov 2007)

Log Message:
-----------
Only set the size of the bounds for an anchored note.

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2007-11-01 15:40:46 UTC (rev 3121)
+++ trunk/SKPDFView.m   2007-11-01 15:45:12 UTC (rev 3122)
@@ -1732,7 +1732,7 @@
         if (annotationType == SKCircleNote || annotationType == SKSquareNote)
             bounds = NSInsetRect(bounds, -5.0, -5.0);
         else if (annotationType == SKAnchoredNote)
-            bounds = ANCHORED_NOTE_SIZE;
+            bounds.size = ANCHORED_NOTE_SIZE;
        } else if (annotationType == SKHighlightNote || annotationType == 
SKUnderlineNote || annotationType == SKStrikeOutNote) {
         NSBeep();
         return;


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to