Talk:Clipboard

From Lazarus wiki
Revision as of 11:28, 18 December 2018 by Quarkos (talk | contribs) ("How to fix empty GTK2 clipboard on exit" section note)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The suggestion described in section "How to fix empty GTK2 clipboard on exit" didn't worked for me, instead wrinting

Clipboard.AsText := Clipboard.AsText;

in my form's close event, did fix the issue;