Account for changes in TextEditWidget, fix Password fields

This commit is contained in:
John Lewin 2018-10-22 15:40:54 -07:00
parent c5db51fff2
commit 1b239f2319
3 changed files with 22 additions and 3 deletions

View file

@ -53,6 +53,7 @@ namespace MatterHackers.MatterControl
this.ActualTextEditWidget = new TextEditWidget(text, 0, 0, theme.DefaultFontSize, pixelWidth, pixelHeight, multiLine, tabIndex: tabIndex, typeFace: typeFace)
{
VAnchor = VAnchor.Bottom,
BackgroundColor = Color.Transparent
};
var internalWidget = this.ActualTextEditWidget.InternalTextEditWidget;