mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix ignore icon stuck in hover state
This commit is contained in:
parent
e2f7b443fd
commit
b6c26b2f87
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ var button = toolbar.addButton({
|
|||
imageURL: buttonImageURL(),
|
||||
visible: true,
|
||||
buttonState: 1,
|
||||
defaultState: 2,
|
||||
defaultState: 1,
|
||||
hoverState: 3,
|
||||
alpha: 0.9
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue