fix: non-native drag on Windows (#5051)
This commit is contained in:
@@ -1091,6 +1091,11 @@ bool BaseWindow::handleNCHITTEST(MSG *msg, long *result)
|
||||
return true;
|
||||
}
|
||||
|
||||
if (widget == this)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return recursiveCheckMouseTracking(widget->parentWidget());
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user