v4.6.3 [ci-build]

This commit is contained in:
JannisX11 2023-02-02 10:09:30 +01:00
parent 76d52cd03b
commit 69078ca5ea
4 changed files with 7 additions and 5 deletions

View File

@ -986,8 +986,9 @@ class BarSelect extends Widget {
this.onChange(this, event);
}
})
let title = this.getNameFor(key);
button.addEventListener('mouseenter', event => {
this.node.firstElementChild.firstChild.textContent = this.name + ': ' + button.title;
this.node.firstElementChild.firstChild.textContent = this.name + ': ' + title;
})
}
@ -1030,8 +1031,9 @@ class BarSelect extends Widget {
this.onChange(this, event);
}
})
let title = this.getNameFor(key);
button.addEventListener('mouseenter', event => {
node.firstElementChild.firstChild.textContent = this.name + ': ' + button.title;
node.firstElementChild.firstChild.textContent = this.name + ': ' + title;
})
}
}

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "Blockbench",
"description": "Low-poly modeling and animation software",
"version": "4.6.2",
"version": "4.6.3",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",

File diff suppressed because one or more lines are too long