mirror of https://gitlab.com/basile.b/dexed.git
ctrl+x, trim leading whites, fix #287
This commit is contained in:
parent
ade5b65fa3
commit
23fb44a6e4
|
@ -1372,8 +1372,9 @@ begin
|
||||||
case Command of
|
case Command of
|
||||||
ecCut: if not SelAvail then
|
ecCut: if not SelAvail then
|
||||||
begin
|
begin
|
||||||
SelectLine(false);
|
SelectLine(true);
|
||||||
ExecuteCommand(ecCut, #0, nil);
|
ExecuteCommand(ecCut, #0, nil);
|
||||||
|
Clipboard.AsText := TrimLeft(Clipboard.AsText);
|
||||||
end;
|
end;
|
||||||
ecCopy: if not SelAvail then
|
ecCopy: if not SelAvail then
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue