CALayer's geometryFlipped is initially reset to Layer-Hosting NSView's isFlipped when linked agains 10.8

2012-10-24 Thread Илья Кулаков
I've noticed that if an app is built against ML SDK, the geometryFlipped property is initially reset to NSView's isFlipped. Initially means at some point after view is added to the hierarchy. By reset I mean it discrads previously set value. However it's not bound to the isFlipped property.

Re: CALayer's geometryFlipped is initially reset to Layer-Hosting NSView's isFlipped when linked agains 10.8

2012-10-24 Thread Kyle Sluder
On Oct 22, 2012, at 6:58 PM, Илья Кулаков kulakov.i...@gmail.com wrote: I've noticed that if an app is built against ML SDK, the geometryFlipped property is initially reset to NSView's isFlipped. Initially means at some point after view is added to the hierarchy. By reset I mean it discrads