Fixes #814. Allows change on a read only TextField programmatically.

This commit is contained in:
BDisp
2020-07-22 13:09:07 +01:00
parent 5b38613d59
commit b6e234a8e0

View File

@@ -129,9 +129,6 @@ namespace Terminal.Gui {
}
set {
if (ReadOnly)
return;
var oldText = ustring.Make (text);
if (oldText == value)