picoe / Eto

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

Mac: Fix firing MouseDown when not in bounds of the control #2537

Closed cwensley closed 1 year ago

cwensley commented 1 year ago

This fixes certain cases, e.g. when showing a ContextMenu during MouseDown then double clicking outside of the control it would fire another MouseDown for that control even though the mouse is not over it.