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
|
begin
|
||||||
SelectLine(false);
|
SelectLine(false);
|
||||||
ExecuteCommand(ecCopy, #0, nil);
|
ExecuteCommand(ecCopy, #0, nil);
|
||||||
|
SelEnd:=SelStart;
|
||||||
end;
|
end;
|
||||||
ecPaste: patchClipboardIndentation;
|
ecPaste: patchClipboardIndentation;
|
||||||
ecCompletionMenu:
|
ecCompletionMenu:
|
||||||
|
|
Loading…
Reference in New Issue