Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b3aac06a
Commit
b3aac06a
authored
Sep 23, 2009
by
Adrian Robert
Browse files
* nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
parent
7bda18cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/nsterm.m
src/nsterm.m
+1
-1
No files found.
src/ChangeLog
View file @
b3aac06a
2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
* nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
(EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
* nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
* nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
deleted (bug #4492).
deleted (bug #4492).
...
...
src/nsterm.m
View file @
b3aac06a
...
@@ -5946,7 +5946,7 @@ - (void)mouseDown: (NSEvent *)e
...
@@ -5946,7 +5946,7 @@ - (void)mouseDown: (NSEvent *)e
/* set a timer to repeat, as we can't let superclass do this modally */
/* set a timer to repeat, as we can't let superclass do this modally */
scroll_repeat_entry
scroll_repeat_entry
= [[NSTimer scheduledTimerWithTimeInterval:
0.5
= [[NSTimer scheduledTimerWithTimeInterval:
SCROLL_BAR_FIRST_DELAY
target: self
target: self
selector: @selector (repeatScroll:)
selector: @selector (repeatScroll:)
userInfo: 0
userInfo: 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment