mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Fixes #814. Allows change on a read only TextField programmatically.
This commit is contained in:
@@ -129,9 +129,6 @@ namespace Terminal.Gui {
|
||||
}
|
||||
|
||||
set {
|
||||
if (ReadOnly)
|
||||
return;
|
||||
|
||||
var oldText = ustring.Make (text);
|
||||
|
||||
if (oldText == value)
|
||||
|
||||
Reference in New Issue
Block a user