v1.3.0.1 (Epic Store release)
This commit is contained in:
@@ -168,7 +168,7 @@ namespace Barotrauma
|
||||
|
||||
public GUIDropDown(RectTransform rectT, LocalizedString text = null, int elementCount = 4, string style = "", bool selectMultiple = false, bool dropAbove = false, Alignment textAlignment = Alignment.CenterLeft) : base(style, rectT)
|
||||
{
|
||||
text ??= new RawLString("");
|
||||
text ??= LocalizedString.EmptyString;
|
||||
|
||||
HoverCursor = CursorState.Hand;
|
||||
CanBeFocused = true;
|
||||
|
||||
Reference in New Issue
Block a user