mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
Merge pull request #8432 from Atlante45/fix/ignore
Fix ignore icon stuck in hover state
This commit is contained in:
commit
8a28f7cdac
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ var button = toolbar.addButton({
|
||||||
imageURL: buttonImageURL(),
|
imageURL: buttonImageURL(),
|
||||||
visible: true,
|
visible: true,
|
||||||
buttonState: 1,
|
buttonState: 1,
|
||||||
defaultState: 2,
|
defaultState: 1,
|
||||||
hoverState: 3,
|
hoverState: 3,
|
||||||
alpha: 0.9
|
alpha: 0.9
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue