picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.55k stars 323 forks source link

Mac: Fix regression with Drawable clipping #2558

Closed cwensley closed 10 months ago

cwensley commented 10 months ago

We were using the flipped dirty rect to clip to when it was expecting a non-flipped rect. Now we clip to the dirty rect first then flip so we get the right coordinates in PaintEventArgs.ClipRectangle.