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:
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);
|
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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue