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

Commits on Mar 23, 2021

  1. Move the dragging prompt away from being drawn every time the outline…

    … 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 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    321c80a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Adding and removing the prompt text view as needed seemed to complica…

    …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 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e138746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e64940 View commit details
    Browse the repository at this point in the history