Account for changes in TextEditWidget, fix Password fields
This commit is contained in:
parent
c5db51fff2
commit
1b239f2319
3 changed files with 22 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue