Revision: 3132
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3132&view=rev
Author:   hofman
Date:     2007-11-02 11:18:43 -0700 (Fri, 02 Nov 2007)

Log Message:
-----------
Don't resize edited free text annotation.

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2007-11-02 18:12:31 UTC (rev 3131)
+++ trunk/SKPDFView.m   2007-11-02 18:18:43 UTC (rev 3132)
@@ -2731,7 +2731,7 @@
         
         // Hit test annotation.
         if ([annotation isNoteAnnotation]) {
-            if ([annotation hitTest:pagePoint]) {
+            if ([annotation hitTest:pagePoint] && (editField == nil || 
annotation != activeAnnotation)) {
                 mouseDownInAnnotation = YES;
                 newActiveAnnotation = annotation;
                 // Remember click point relative to annotation origin.


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to