Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Scrolling in Lion #60

Open
andrew0 opened this issue Jul 21, 2011 · 4 comments
Open

Scrolling in Lion #60

andrew0 opened this issue Jul 21, 2011 · 4 comments

Comments

@andrew0
Copy link
Owner

andrew0 commented Jul 21, 2011

The scrolling in Lion brings rubber band scrolling, similar to the iPhone. When this happens in the OpenGL view, it flickers a lot.

@psineur
Copy link
Collaborator

psineur commented Oct 16, 2011

Got this with currenly stable 0.1.4.
Is rewrite branch affected?

If so - please add "rewrite branch" label to this issue.

@andrew0
Copy link
Owner Author

andrew0 commented Oct 16, 2011

no, I fixed the issue by adding this into CSMacGLView:
#if defined(__MAC_10_7) && __MAC_OS_X_VERSION_MAX_ALLOWED >= __MAC_10_7 [[self enclosingScrollView] setHorizontalScrollElasticity:NSScrollElasticityNone]; [[self enclosingScrollView] setVerticalScrollElasticity:NSScrollElasticityNone]; #endif

@andrew0 andrew0 closed this as completed Oct 16, 2011
@psineur
Copy link
Collaborator

psineur commented Oct 17, 2011

Cool, but it exists in 0.1.4 (master branch), so i'll reopen this issue, and we will close it while cleaning up issues after releasing 0.2.

@psineur psineur reopened this Oct 17, 2011
@psineur
Copy link
Collaborator

psineur commented Oct 17, 2011

Moved this issue to "0.1.x" Milestone.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants