mirror of https://gitlab.com/basile.b/dexed.git
#272, does not show the selection after copy w/o sel
This commit is contained in:
parent
ad9276ef62
commit
91602dd9e7
|
@ -1293,6 +1293,7 @@ begin
|
|||
begin
|
||||
SelectLine(false);
|
||||
ExecuteCommand(ecCopy, #0, nil);
|
||||
SelEnd:=SelStart;
|
||||
end;
|
||||
ecPaste: patchClipboardIndentation;
|
||||
ecCompletionMenu:
|
||||
|
|
Loading…
Reference in New Issue