Revision: 13028
          http://sourceforge.net/p/skim-app/code/13028
Author:   hofman
Date:     2022-07-16 17:49:47 +0000 (Sat, 16 Jul 2022)
Log Message:
-----------
show find bar as alternate UI for main pdfview

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2022-07-16 17:27:19 UTC (rev 13027)
+++ trunk/SKPDFView.m   2022-07-16 17:49:47 UTC (rev 13028)
@@ -5307,6 +5307,14 @@
     }
 }
 
+- (BOOL)accessibilityPerformShowAlternateUI {
+    if ([[self delegate] respondsToSelector:@selector(PDFViewPerformFind:)]) {
+        [[self delegate] PDFViewPerformFind:self];
+        return YES;
+    }
+    return NO;
+}
+
 @end
 
 static inline PDFAreaOfInterest SKAreaOfInterestForResizeHandle(SKRectEdges 
mask, PDFPage *page) {

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to