picoe / Eto

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

Mac: Fix setting tracking rectangles for mouse enter/move/leave events #2506

Closed cwensley closed 1 year ago

cwensley commented 1 year ago

This is a regression on Monterey (caused by #2505) where the bounds of the tracking rectangles aren't set up correctly since the visibleRect of views can now be larger than the bounds of the control itself.