mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 08:47:59 +01:00
Merge pull request #770 from BDisp/position-cursor
Fixes #769. PositionCursor is now corrected.
This commit is contained in:
@@ -1003,7 +1003,7 @@ namespace Terminal.Gui {
|
||||
focused.PositionCursor ();
|
||||
else {
|
||||
if (CanFocus && HasFocus) {
|
||||
Move (textFormatter.HotKeyPos == -1 ? 1 : textFormatter.HotKeyPos, 0);
|
||||
Move (textFormatter.HotKeyPos == -1 ? 0 : textFormatter.HotKeyPos, 0);
|
||||
} else {
|
||||
Move (frame.X, frame.Y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user