mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed closing of resizable popups when the cursor moves to resizer
This commit is contained in:
parent
e911f02288
commit
f2a2c27513
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ namespace Beefy.widgets
|
|||
var result = mOnHitTest(x, y);
|
||||
if (result != HitTestResult.NotHandled)
|
||||
{
|
||||
if (result != .Client)
|
||||
if (result == .Transparent)
|
||||
{
|
||||
if (mHasMouseInside)
|
||||
MouseLeave();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue