Tiny EDMI changes

This commit is contained in:
Jonathan Jenne
2019-03-13 16:14:56 +01:00
parent 76ff4a5daa
commit c0d37ef789
3 changed files with 16 additions and 11 deletions

View File

@@ -140,9 +140,12 @@ Public Class frmObjectEditor
oEditor = oCheckEdit
Case Else
oEditor = New TextEdit() With {
Dim oTextEdit = New MemoEdit() With {
.Name = Column.ColumnName
}
oEditor = oTextEdit
End Select