Revision: 3830
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3830&view=rev
Author:   hofman
Date:     2008-04-29 02:22:09 -0700 (Tue, 29 Apr 2008)

Log Message:
-----------
Reset hover rects for pdfview from display view, as the pdfview doesn't call it 
after scrolling.

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

Modified: trunk/PDFDisplayView_SKExtensions.m
===================================================================
--- trunk/PDFDisplayView_SKExtensions.m 2008-04-29 00:28:32 UTC (rev 3829)
+++ trunk/PDFDisplayView_SKExtensions.m 2008-04-29 09:22:09 UTC (rev 3830)
@@ -59,8 +59,6 @@
         [document savePasswordInKeychain:[sender stringValue]];
 }
 
-#pragma mark Accessibility
-
 - (SKPDFView *)skpdfView {
     id pdfView = nil;
     @try { pdfView = [self valueForKey:@"pdfView"]; }
@@ -68,6 +66,13 @@
     return [pdfView isKindOfClass:[SKPDFView class]] ? pdfView : nil;
 }
 
+- (void)resetCursorRects {
+       [super resetCursorRects];
+    [[self skpdfView] resetCursorRects];
+}
+
+#pragma mark Accessibility
+
 - (NSArray *)replacementAccessibilityAttributeNames {
     if ([self skpdfView]) {
         static NSArray *attributes = nil;


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 the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to