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

Fix Caret Drawing Artifacts #348

Merged

Commits on Aug 8, 2024

  1. Clip Caret Drawing To Bounds

    Update the caret drawing function to clip to it's bounds. Fixes a small visual bug where the unfocused box stuck around in the layer because it was never cleared due to it being outside the view's bounds.
    thecoolwinter committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c3bf329 View commit details
    Browse the repository at this point in the history
  2. Update macOS Caret Background Color

    Updates the macOS Caret background color when the color is set using the public variable.
    
    Fixes an issue where the caret color was not being used on macOS if it was changed after initialization.
    thecoolwinter committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c0b7887 View commit details
    Browse the repository at this point in the history