mirror of https://gitlab.com/basile.b/dexed.git
fixup 36e5ef9b
This commit is contained in:
parent
36e5ef9b5c
commit
a329abab0c
|
@ -2448,7 +2448,7 @@ const
|
||||||
begin
|
begin
|
||||||
s := LineText;
|
s := LineText;
|
||||||
p := PhysicalToLogicalPos(CaretXY);
|
p := PhysicalToLogicalPos(CaretXY);
|
||||||
if (p.x = 1) and not right then
|
if (p.x <= 1) and not right then
|
||||||
begin
|
begin
|
||||||
ExecuteCommand(ecLeft, #0, nil);
|
ExecuteCommand(ecLeft, #0, nil);
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Reference in New Issue