-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix overlapping text in look-around. (#4156)
* Prevent overlapping lines in look-around panel. Lines were being drawn on top of one another, making text unreadable. fixes #4140, fixes #3945 * Fix cursor placement for printing visibility text. "point" constructor takes (x, y) and was being fed (y, x).
- Loading branch information
1 parent
ac5742f
commit 273f510
Showing
1 changed file
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters