[GB.FORM]
* BUG: Invert the mousewheel zoom way git-svn-id: svn://localhost/gambas/trunk@6832 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
61e61e2dfa
commit
66bc237053
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ End
|
|||
Public Sub View_MouseWheel()
|
||||
|
||||
If Mouse.Control Then
|
||||
Me.Zoom = $fZoom - 0.1 * Mouse.Delta
|
||||
Me.Zoom = $fZoom + 0.1 * Mouse.Delta
|
||||
Endif
|
||||
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue