Account for scale when updating the gutter height #63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-gutter-scale"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The gutter ends up at an incorrect height when the editor is scaled after it is created.
The issue seems to be that
scaleYis used when calculating the gutter height in the constructor but not in subsequent view updates.Thanks for spotting that!