mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +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({
|
||||
objectName: name,
|
||||
imageURL: imageUrl,
|
||||
buttonState: 1,
|
||||
imageOffOut: 1,
|
||||
imageOffIn: 2,
|
||||
imageOnOut: 0,
|
||||
imageOnIn: 2,
|
||||
alpha: 0.9,
|
||||
visible: true
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue