mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 13:55:38 +02:00
Notification Popup disappears faster after user input
This commit is contained in:
parent
6e3a44ff0f
commit
24b7ba36e2
@ -124,7 +124,7 @@ Public Class NotificationPopup
|
||||
Dim BackY As Integer = CInt(0 - _size.Height * (FrameSizeBack / 3) * _scale - (FrameSizeBack / 3 * _scale) - 5)
|
||||
If Me._interacted = True Then
|
||||
If Me._positionY > BackY Then
|
||||
Me._positionY -= CInt(0.7 * (FrameSizeBack / 3 * _scale) / _size.Height)
|
||||
Me._positionY -= CInt(1.5 * (FrameSizeBack / 3 * _scale) / _size.Height)
|
||||
If Me._positionY <= BackY Then
|
||||
Me._positionY = BackY
|
||||
If Me._scriptFile <> "" Then
|
||||
|
Loading…
x
Reference in New Issue
Block a user