SynEdit: fix, handling (ignore) clipboard "lost acquired primary selection" event.

(cherry picked from commit fdadec0c67)
This commit is contained in:
Martin 2025-07-05 13:01:09 +02:00
parent e2f67f6bca
commit 808924717a

View File

@ -10611,7 +10611,7 @@ var
s: string;
ClipHelper: TSynClipboardStream;
begin
if (not SelAvail) then exit;
if (Data = nil) or (not SelAvail) then exit;
s:=SelText;
if s = '' then
exit;