There's no need to use the colourizer for NSTextField as it intrinsically supports background colors, so disable its usage. We do still need the DrawInteriorWithFrame so that macOS draws the background only within the frame instead of behind it.
The colourizer has been known to crash in this case on macOS Sonoma and later.
Actually, closing this as the colourizer is only used when alpha is on, which is still needed as otherwise a transparent background would still show the white background.
There's no need to use the colourizer for
NSTextField
as it intrinsically supports background colors, so disable its usage. We do still need theDrawInteriorWithFrame
so that macOS draws the background only within the frame instead of behind it.The colourizer has been known to crash in this case on macOS Sonoma and later.