mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 07:32:10 +02: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,
|
||||
buttonState: 1,
|
||||
defaultState: 1,
|
||||
hoverState: 1,
|
||||
hoverState: 2,
|
||||
alpha: 0.9,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue