Revision: 24087
          http://sourceforge.net/p/bibdesk/svn/24087
Author:   hofman
Date:     2019-07-29 08:48:32 +0000 (Mon, 29 Jul 2019)
Log Message:
-----------
delay showing zoom controls a bit more to allow text selection

Modified Paths:
--------------
    trunk/bibdesk/BDSKZoomablePDFView.m
    trunk/bibdesk/BDSKZoomableTextView.m

Modified: trunk/bibdesk/BDSKZoomablePDFView.m
===================================================================
--- trunk/bibdesk/BDSKZoomablePDFView.m 2019-07-29 06:30:11 UTC (rev 24086)
+++ trunk/bibdesk/BDSKZoomablePDFView.m 2019-07-29 08:48:32 UTC (rev 24087)
@@ -228,7 +228,7 @@
     if ([[BDSKZoomablePDFView superclass] instancesRespondToSelector:_cmd])
         [super mouseEntered:theEvent];
     if (trackingArea && [theEvent trackingArea] == trackingArea) {
-        [self performSelectorOnce:@selector(showControlView) withObject:nil 
afterDelay:0.25];
+        [self performSelectorOnce:@selector(showControlView) withObject:nil 
afterDelay:0.5];
     }
 }
 

Modified: trunk/bibdesk/BDSKZoomableTextView.m
===================================================================
--- trunk/bibdesk/BDSKZoomableTextView.m        2019-07-29 06:30:11 UTC (rev 
24086)
+++ trunk/bibdesk/BDSKZoomableTextView.m        2019-07-29 08:48:32 UTC (rev 
24087)
@@ -136,7 +136,7 @@
     if ([[BDSKZoomableTextView superclass] instancesRespondToSelector:_cmd])
         [super mouseEntered:theEvent];
     if (trackingArea && [theEvent trackingArea] == trackingArea) {
-        [self performSelectorOnce:@selector(showControlView) withObject:nil 
afterDelay:0.25];
+        [self performSelectorOnce:@selector(showControlView) withObject:nil 
afterDelay:0.5];
     }
 }
 

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to