jvlcllaz: Layout fixes for JvComboListboxDemo and JvHTCtrlsDemo for Linux.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6877 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-04-27 23:12:23 +00:00
parent 6b1e91198c
commit dc58a75c15
5 changed files with 81 additions and 23 deletions

View File

@@ -196,6 +196,7 @@ begin
if Memo1.SelLength = 0 then
Memo1.SelectAll;
Memo1.CopyToClipboard;
UpdateFromClipboardText;
end;
procedure TJvComboListBoxDemoFrm.btnCopyImageClick(Sender: TObject);