diff src/nsterm.m @ 105153:fd551d987ca7

* nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Wed, 23 Sep 2009 01:07:45 +0000
parents 4508a8827944
children 4b9dd8a2de69
line wrap: on
line diff
--- a/src/nsterm.m	Wed Sep 23 00:22:08 2009 +0000
+++ b/src/nsterm.m	Wed Sep 23 01:07:45 2009 +0000
@@ -5946,7 +5946,7 @@
 
       /* set a timer to repeat, as we can't let superclass do this modally */
       scroll_repeat_entry
-	= [[NSTimer scheduledTimerWithTimeInterval: 0.5
+	= [[NSTimer scheduledTimerWithTimeInterval: SCROLL_BAR_FIRST_DELAY
                                             target: self
                                           selector: @selector (repeatScroll:)
                                           userInfo: 0