Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the dragging prompt away from being drawn every time the outline… #112

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

danielpunkass
Copy link

… view draws, to a separate proper text field subview of the scroll view. This prevents the prompt text from scrolling along with the content, and alleviates problems with stale drawing sticking around sometimes when the scrollview has cached its image.

… view draws, to a separate proper text field subview of the scroll view. This prevents the prompt text from scrolling along with the content, and alleviates problems with stale drawing sticking around sometimes when the scrollview has cached its image.
@danielpunkass
Copy link
Author

There's something wrong with my pull request, in that adding the prompt as a subview of the scroll view messed up the key view loop. I'm looking into that.

…te the nextKeyView loop for the view. Just add it once the first time it's needed and rely upon alpha settings to make it invisible when wanted.
@danielpunkass
Copy link
Author

Should be fixed now.

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

Successfully merging this pull request may close these issues.

2 participants