mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Made CursorToLineStart work like VS (and others)
This commit is contained in:
parent
e7f50985dc
commit
bc060ec362
1 changed files with 1 additions and 1 deletions
|
@ -2953,7 +2953,7 @@ namespace Beefy.widgets
|
|||
return;
|
||||
}
|
||||
|
||||
if ((allowToScreenStart) && (lineChar <= contentIdx))
|
||||
if ((allowToScreenStart) && (lineChar == contentIdx))
|
||||
MoveCursorTo(lineIdx, 0);
|
||||
else
|
||||
MoveCursorTo(lineIdx, contentIdx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue