Build 0.18.4.0
This commit is contained in:
@@ -183,7 +183,8 @@ namespace Barotrauma
|
||||
listBox = new GUIListBox(new RectTransform(new Point(Rect.Width, Rect.Height * MathHelper.Clamp(elementCount, 2, 10)), rectT, listAnchor, listPivot)
|
||||
{ IsFixedSize = false }, style: null)
|
||||
{
|
||||
Enabled = !selectMultiple
|
||||
Enabled = !selectMultiple,
|
||||
PlaySoundOnSelect = true,
|
||||
};
|
||||
if (!selectMultiple) { listBox.OnSelected = SelectItem; }
|
||||
GUIStyle.Apply(listBox, "GUIListBox", this);
|
||||
|
||||
Reference in New Issue
Block a user