I see it as: there's no problems when zero is not added, while there
is problem when it is added.

Why LCLQT cuts the zero then if adding it causes no problems? Why
can't LCLGTK2 cut it as well?

Incidentally I found that I don't need to use Clipboard.AsText,
instead I can use this:

Clipboard.Clear;
Clipboard.AddFormat(PredefinedClipboardFormat(pcfText),s[1],length(s));

So, if actually no changes are done, I think that it wouldn't be a problem.

--
cobines

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to