mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Merge pull request #818 from BDisp/textfield-read-only
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