emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: macOS: Cursor leaving traces when scrolling


From: David Reitter
Subject: Re: macOS: Cursor leaving traces when scrolling
Date: Sun, 7 Oct 2018 17:30:40 -0400

On Oct 7, 2018, at 3:31 PM, Alan Third <address@hidden> wrote:

> As you say it would be better to use proper scrolling without scrollRect, but 
> I don't see any obvious way to do it. I suspect I just don't have enough 
> knowledge of the cocoa APIs.

Remove the EmacsScroller machinery (for the Cocoa API), create a NSScrollView 
that wraps around the EmacsView (NSView):

[[scrollView contentView]addSubview: self];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]