@babylonjs/gui
Advanced tools
Comparing version 4.0.0-alpha.27 to 4.0.0-alpha.28
@@ -66,3 +66,3 @@ import * as tslib_1 from "tslib"; | ||
Button.prototype._processPicking = function (x, y, type, pointerId, buttonIndex) { | ||
if (!this.isHitTestVisible || !this.isVisible || this.notRenderable) { | ||
if (!this._isEnabled || !this.isHitTestVisible || !this.isVisible || this.notRenderable) { | ||
return false; | ||
@@ -69,0 +69,0 @@ } |
@@ -352,3 +352,3 @@ import * as tslib_1 from "tslib"; | ||
Container.prototype._processPicking = function (x, y, type, pointerId, buttonIndex) { | ||
if (!this.isVisible || this.notRenderable) { | ||
if (!this._isEnabled || !this.isVisible || this.notRenderable) { | ||
return false; | ||
@@ -355,0 +355,0 @@ } |
@@ -190,4 +190,4 @@ import * as tslib_1 from "tslib"; | ||
context.beginPath(); | ||
context.moveTo(this._currentMeasure.left, this._currentMeasure.top); | ||
context.lineTo(this._currentMeasure.left + this._currentMeasure.width, this._currentMeasure.top + this._currentMeasure.height); | ||
context.moveTo(this._cachedParentMeasure.left + this._x1.getValue(this._host), this._cachedParentMeasure.left + this._y1.getValue(this._host)); | ||
context.lineTo(this._cachedParentMeasure.left + this._effectiveX2, this._cachedParentMeasure.left + this._effectiveY2); | ||
context.stroke(); | ||
@@ -194,0 +194,0 @@ context.restore(); |
@@ -7,3 +7,3 @@ { | ||
"description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.", | ||
"version": "4.0.0-alpha.27", | ||
"version": "4.0.0-alpha.28", | ||
"repository": { | ||
@@ -198,3 +198,3 @@ "type": "git", | ||
"dependencies": { | ||
"@babylonjs/core": "4.0.0-alpha.27", | ||
"@babylonjs/core": "4.0.0-alpha.28", | ||
"tslib": "^1.9.3" | ||
@@ -201,0 +201,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1638341
+ Added@babylonjs/core@4.0.0-alpha.28(transitive)
- Removed@babylonjs/core@4.0.0-alpha.27(transitive)