Re: Catalina scroll view issues

2019-12-17 Thread Gary L. Wade via Cocoa-dev
Since you’re using CoreGraphics, it’s very likely there’s an edge case with your customers’ systems that you aren’t encountering. CG is pretty much the lowest practical level in the graphics stack. Since your app does reproduce the issue but in other configurations than yours, you could still a

Re: Catalina scroll view issues

2019-12-17 Thread Redler Eyal via Cocoa-dev
I am drawing using core graphics. I tried turning copiesOnScroll and this didn't seem to help. I'll gladly write a feedback report but I'm not able to reproduce this so I can't give an xcode project that will reproduce this... Isn't that a requirement? BTW, perhaps you know: Are there no relea