views:

44

answers:

1

Whenever I add a layer for Core Animation either from the nib or programatically, the NSTextFields (labels) in my interface get messed up. Here's a screenshot from Apple's BasicCocoaAnimations example. (Look at the text fields on the left, somehow they're drawn sharper than normal)alt text

Note that if I add a layer in IB then it also gets messed up in IB itself before I even run my app. This happens on my 10.5.8 PowerPC Mac.

A: 

See this thread: Text Not Anti-Aliased Inside NSView? for some discussion and possible resolution.

Kristopher Johnson