Commit 2ed4b2a
authored
Apply line height when change to value is made (#179)
### 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
- [x] I read and understood the [contributing
guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md)
as well as the [code of
conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md)
- [x] The issues this PR addresses are related to each other
- [x] My changes generate no new warnings
- [x] My code builds and runs on my machine
- [x] My changes are all related to the related issue above
- [x] I documented my code
### Screenshots
https://user-images.githubusercontent.com/806104/234170447-b8a1b481-dd05-4f88-86b2-821ce37cb831.mp41 parent b4230c9 commit 2ed4b2a
File tree
1 file changed
+1
-0
lines changed- Sources/CodeEditTextView/Controller
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| |||
0 commit comments