mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
v4.6.3 [ci-build]
This commit is contained in:
parent
76d52cd03b
commit
69078ca5ea
@ -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
@ -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
Loading…
Reference in New Issue
Block a user