mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 03:15:21 +02:00
Merge pull request #9583 from sethalves/fix-post-tablet-edit-buttons
fix the edit.js toolbar buttons so they don't vanish when moused-over or clicked
This commit is contained in:
commit
be4fbb63cf
1 changed files with 4 additions and 1 deletions
|
@ -210,7 +210,10 @@ var toolBar = (function () {
|
||||||
var button = toolBar.addButton({
|
var button = toolBar.addButton({
|
||||||
objectName: name,
|
objectName: name,
|
||||||
imageURL: imageUrl,
|
imageURL: imageUrl,
|
||||||
buttonState: 1,
|
imageOffOut: 1,
|
||||||
|
imageOffIn: 2,
|
||||||
|
imageOnOut: 0,
|
||||||
|
imageOnIn: 2,
|
||||||
alpha: 0.9,
|
alpha: 0.9,
|
||||||
visible: true
|
visible: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue