mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Fixes the return value of the position cursor in the TextField.
This commit is contained in:
@@ -639,7 +639,7 @@ namespace Terminal.Gui {
|
||||
point = text.Count;
|
||||
if (point < first)
|
||||
point = 0;
|
||||
return x;
|
||||
return point;
|
||||
}
|
||||
|
||||
void PrepareSelection (int x, int direction = 0)
|
||||
|
||||
Reference in New Issue
Block a user