fix snapshot button hover

This commit is contained in:
howard-stearns 2016-08-03 16:22:46 -07:00
parent 8c6744e5e8
commit 4d0c5c5d19

View file

@ -16,7 +16,7 @@ var button = toolBar.addButton({
visible: true,
buttonState: 1,
defaultState: 1,
hoverState: 1,
hoverState: 2,
alpha: 0.9,
});