The secret is setting ALL THREE of these properties on the NSTextField
…
myTextField.bezeled = NO;
myTextField.editable = NO;
myTextField.drawsBackground = NO;
The secret is setting ALL THREE of these properties on the NSTextField
…
myTextField.bezeled = NO;
myTextField.editable = NO;
myTextField.drawsBackground = NO;