1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 06:44:10 +02:00

Fixed closing of resizable popups when the cursor moves to resizer

This commit is contained in:
Brian Fiete 2019-09-07 07:10:30 -07:00
parent e911f02288
commit f2a2c27513

View file

@ -429,7 +429,7 @@ namespace Beefy.widgets
var result = mOnHitTest(x, y); var result = mOnHitTest(x, y);
if (result != HitTestResult.NotHandled) if (result != HitTestResult.NotHandled)
{ {
if (result != .Client) if (result == .Transparent)
{ {
if (mHasMouseInside) if (mHasMouseInside)
MouseLeave(); MouseLeave();