ignore intersection for 'close' button highlight overlay

This commit is contained in:
beholder 2017-09-27 01:06:22 +03:00
parent 24a12a2f8f
commit 6409580b03

View file

@ -158,6 +158,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly, location, visible) {
solid: true,
outerRadius: 25 * tabletScaleFactor,
innerRadius: 17 * tabletScaleFactor,
ignoreIntersection: true,
alpha: 1.0,
color: { red: 255, green: 255, blue: 255 },
visible: visible,