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
|
||||
ecCut: if not SelAvail then
|
||||
begin
|
||||
SelectLine(false);
|
||||
SelectLine(true);
|
||||
ExecuteCommand(ecCut, #0, nil);
|
||||
Clipboard.AsText := TrimLeft(Clipboard.AsText);
|
||||
end;
|
||||
ecCopy: if not SelAvail then
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue