This commit is contained in:
Basile Burg 2018-04-26 19:03:30 +02:00
parent 36e5ef9b5c
commit a329abab0c
1 changed files with 1 additions and 1 deletions

View File

@ -2448,7 +2448,7 @@ const
begin
s := LineText;
p := PhysicalToLogicalPos(CaretXY);
if (p.x = 1) and not right then
if (p.x <= 1) and not right then
begin
ExecuteCommand(ecLeft, #0, nil);
exit;