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: Fix overlapping text in look-around. #4156

Merged
merged 2 commits into from
Jan 25, 2024

Commits on Jan 24, 2024

  1. Prevent overlapping lines in look-around panel.

    Lines were being drawn on top of one another, making text unreadable.
    
    fixes cataclysmbnteam#4140, fixes cataclysmbnteam#3945
    richardnlarge committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    df9b179 View commit details
    Browse the repository at this point in the history
  2. Fix cursor placement for printing visibility text.

    "point" constructor takes (x, y) and was being fed (y, x).
    richardnlarge committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a14ce2e View commit details
    Browse the repository at this point in the history