mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Merge branch 'Cool_menus_experiment' of https://github.com/P3D-Legacy/P3D-Legacy into Cool_menus_experiment
This commit is contained in:
commit
b2bf44381c
@ -596,7 +596,7 @@ Public Class NewInventoryScreen
|
||||
If Controls.Dismiss() And CanExit Then
|
||||
_closing = True
|
||||
End If
|
||||
If Controls.Accept() Then
|
||||
If Controls.Accept() And _items.Length > 0 Then
|
||||
_tabInControl = False
|
||||
End If
|
||||
End If
|
||||
@ -652,7 +652,7 @@ Public Class NewInventoryScreen
|
||||
End If
|
||||
End If
|
||||
|
||||
If Controls.Accept() Then
|
||||
If Controls.Accept() AndAlso _items.Length > 0 Then
|
||||
_infoItemOptionSelection = 0
|
||||
_isInfoShowing = True
|
||||
SetInfoSettings()
|
||||
|
Loading…
x
Reference in New Issue
Block a user