mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:49:27 +02:00
fix the edit.js toolbar buttons so they don't vanish when moused-over or clicked
This commit is contained in:
parent
82efb97654
commit
6671324a33
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