mirror of https://gitlab.com/basile.b/dexed.git
fix, reg introduced by 459f5add40
This commit is contained in:
parent
c63ccc6b2b
commit
75399366b8
|
@ -2361,7 +2361,9 @@ begin
|
||||||
//lst[i] := lne;
|
//lst[i] := lne;
|
||||||
end}
|
end}
|
||||||
end;
|
end;
|
||||||
clipboard.asText := lst.Text;
|
lne := lst.Text;
|
||||||
|
setLength(lne, lne.length - lst.LineBreak.length);
|
||||||
|
clipboard.asText := lne;
|
||||||
finally
|
finally
|
||||||
lst.free;
|
lst.free;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue