fix, reg introduced by 459f5add40

This commit is contained in:
Basile Burg 2016-11-23 13:56:17 +01:00
parent c63ccc6b2b
commit 75399366b8
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 3 additions and 1 deletions

View File

@ -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;