I got an NSTextField that looks just fine until it resigns the first responder.
It draws a white rectangle until it becomes the first responder again. Any idea how to avoid this?
I got an NSTextField that looks just fine until it resigns the first responder.
It draws a white rectangle until it becomes the first responder again. Any idea how to avoid this?
The drawing issue seems to be caused by the TextField's cell and not by the TextField itself. This weird workaround fixes the issue: