You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
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
The scrolling in Lion brings rubber band scrolling, similar to the iPhone. When this happens in the OpenGL view, it flickers a lot.
The text was updated successfully, but these errors were encountered: