Revision: 2497
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2497&view=rev
Author:   hofman
Date:     2007-07-13 11:28:07 -0700 (Fri, 13 Jul 2007)

Log Message:
-----------
Use arrow cursor for most note tool modes, as links are disabled.

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2007-07-13 18:20:19 UTC (rev 2496)
+++ trunk/SKPDFView.m   2007-07-13 18:28:07 UTC (rev 2497)
@@ -3366,6 +3366,8 @@
                 if ((readingBar && [[readingBar page] isEqual:page] && 
NSPointInRect(p, [readingBar currentBoundsForBox:[self displayBox]])) ||
                     (area == kPDFNoArea || (canSelectOrDrag && area == 
kPDFPageArea && [[page selectionForRect:NSMakeRect(p.x - 30.0, p.y - 40.0, 
60.0, 80.0)] string] == nil)))
                     cursor = [NSCursor openHandCursor];
+                else if (toolMode == SKNoteToolMode && annotationMode != 
SKHighlightNote && annotationMode != SKUnderlineNote && annotationMode != 
SKStrikeOutNote)
+                    cursor = [NSCursor arrowCursor];
                 break;
             }
             case SKMoveToolMode:


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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to