Merge pull request #8432 from Atlante45/fix/ignore

Fix ignore icon stuck in hover state
This commit is contained in:
Brad Hefta-Gaub 2016-08-12 19:28:47 -07:00 committed by GitHub
commit 8a28f7cdac

View file

@ -22,7 +22,7 @@ var button = toolbar.addButton({
imageURL: buttonImageURL(),
visible: true,
buttonState: 1,
defaultState: 2,
defaultState: 1,
hoverState: 3,
alpha: 0.9
});