Merge pull request #6714 from dhashvir/master

fix nineslice hit areas
This commit is contained in:
Robert Kowalski 2024-01-29 20:04:33 -05:00 committed by GitHub
commit 6c55aba8d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -839,7 +839,7 @@ var NineSlice = new Class({
{ {
this.width = width; this.width = width;
this.height = height; this.height = height;
this.updateDisplayOrigin();
var input = this.input; var input = this.input;
if (input && !input.customHitArea) if (input && !input.customHitArea)