CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
504 stars 74 forks source link

Apply line height when change to value is made #179

Closed austincondiff closed 1 year ago

austincondiff commented 1 year ago

Description

Currently there is no change when the line height setting is changed, you had to reopen the file. This PR fixes that to apply the new value when it is changed.

Checklist

Screenshots

https://user-images.githubusercontent.com/806104/234170447-b8a1b481-dd05-4f88-86b2-821ce37cb831.mp4