mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Fix wrong cursor position for scrollbars
This commit is contained in:
parent
754d88d05b
commit
e37b4ed2da
@ -751,9 +751,11 @@ Public Class NewOptionScreen
|
||||
End If
|
||||
Next
|
||||
If ScrollControl IsNot Nothing Then
|
||||
End If
|
||||
_cursorDestPosition = New Vector2(cPosition.X + 332, cPosition.Y)
|
||||
Else
|
||||
|
||||
_cursorDestPosition = cPosition
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Function GetButtonPosition(ByVal direction As String) As Vector2
|
||||
|
Loading…
x
Reference in New Issue
Block a user