mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +02:00
made requested changes
This commit is contained in:
parent
83d2a54b0f
commit
2422c9d9f3
1 changed files with 1 additions and 2 deletions
|
@ -306,8 +306,7 @@ FocusScope {
|
||||||
if (child.hasOwnProperty("frame")) {
|
if (child.hasOwnProperty("frame")) {
|
||||||
var outLine = child.frame.children[2];
|
var outLine = child.frame.children[2];
|
||||||
var framePoint = outLine.mapFromGlobal(point.x, point.y);
|
var framePoint = outLine.mapFromGlobal(point.x, point.y);
|
||||||
if (child.contains(mappedPoint) || outLine.contains(framePoint)) {
|
if (outLine.contains(framePoint)) {
|
||||||
console.log("it should not be here");
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue