You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[chore] Refactor STTextViewController to reduce duplication (#185)
### Description
Fixed a few UI bugs by reducing overlap between loadView and reloadUI
and calling reloadUI from loadView. These include...
- There were some areas where the theme background was not getting
applied.
- The currently selected line was not getting a background in the ruler
view until changing a setting which called reloadUI.
Now loadView calls reloadUI which allows us to reduce code duplication
### Related Issues
- n/a
### Checklist
<!--- Add things that are not yet implemented above -->
- [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
n/a
0 commit comments