mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
Merge pull request #1027 from BDisp/textfield-unicode-frame
Fixes #1026. TextField is redrawing over SuperView limits with unicode characters using NetDriver.
This commit is contained in:
@@ -211,7 +211,7 @@ namespace Terminal.Gui {
|
||||
|
||||
int p = first;
|
||||
int col = 0;
|
||||
int width = Frame.Width;
|
||||
int width = Frame.Width + OffSetBackground ();
|
||||
var tcount = text.Count;
|
||||
var roc = new Attribute (Color.DarkGray, Color.Gray);
|
||||
for (int idx = p; idx < tcount; idx++) {
|
||||
|
||||
Reference in New Issue
Block a user