mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix snapshot button hover
This commit is contained in:
parent
8c6744e5e8
commit
4d0c5c5d19
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ var button = toolBar.addButton({
|
||||||
visible: true,
|
visible: true,
|
||||||
buttonState: 1,
|
buttonState: 1,
|
||||||
defaultState: 1,
|
defaultState: 1,
|
||||||
hoverState: 1,
|
hoverState: 2,
|
||||||
alpha: 0.9,
|
alpha: 0.9,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue