(05bb1cedc) Made SerializableEntityEditor string input fields scrollable horizontally. Closes #1158
This commit is contained in:
@@ -510,6 +510,7 @@ namespace Barotrauma
|
||||
ToolTip = toolTip,
|
||||
Font = GUI.SmallFont,
|
||||
Text = value,
|
||||
OverflowClip = true,
|
||||
OnEnterPressed = (textBox, text) =>
|
||||
{
|
||||
if (property.TrySetValue(entity, text))
|
||||
|
||||
Reference in New Issue
Block a user