picoe / Eto

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

Mac: avoid exceptions from trying to close a form while it is already closing. #2522

Closed cwensley closed 1 year ago

cwensley commented 1 year ago

User code should technically not do this, but sometimes logic gets very complex. We already protect against this on on WPF so why not on other platforms.