mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 10:00:02 +02:00
SynEdit: fix, handling (ignore) clipboard "lost acquired primary selection" event.
(cherry picked from commit fdadec0c67
)
This commit is contained in:
parent
e2f67f6bca
commit
808924717a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user