v1.0.9.0 (2nd hotfix)
This commit is contained in:
@@ -801,6 +801,7 @@ namespace Barotrauma
|
||||
IEnumerable<GUITextBox> GetAndSortTextBoxes(GUIComponent parent) => parent.GetAllChildren<GUITextBox>().OrderBy(t => t.Rect.Y).ThenBy(t => t.Rect.X);
|
||||
GUITextBox SelectNextTextBox(GUIListBox listBox)
|
||||
{
|
||||
if (listBox?.SelectedComponent == null) { return null; }
|
||||
var textBoxes = GetAndSortTextBoxes(listBox.SelectedComponent);
|
||||
if (textBoxes.Any())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user