picoe / Eto

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

Mac: Fix firing LocationChanged event when only size changes #2622

Closed cwensley closed 7 months ago

cwensley commented 7 months ago

If you change the size of window from the top, it wouldn't fire the LocationChanged event as on Mac the location is based on the lower left vs. upper left. We now fire the location changed event when the size is changed, if the location is different than last.