CodingFriends / Tincta

Tincta is a one-window text editor for macOS with focus on speed, stability and ease of use.
https://codingfriends.github.io/Tincta/
MIT License
149 stars 21 forks source link

Preferences Toolbar Icons broken on Big Sur #41

Closed greimers closed 3 years ago

greimers commented 3 years ago

For some reason, the toolbar icons in the Preferences window don't load on Big Sur.

Screenshot 2020-11-16 at 09 14 36
greimers commented 3 years ago

Big Sur handles toolbar items differents. To set the font and color it is not enough to set it on the NSToolbarItem. You need to set the title with NSAttributedString. This is fixed in #37