mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 12:39:39 +02:00
lcl: hopefully fix windows clipboard copy fails (by Alexander S. Klenin, annoying bug #0011548)
git-svn-id: trunk@18105 -
This commit is contained in:
parent
35fdea5b96
commit
e3b2307040
@ -140,7 +140,6 @@ begin
|
||||
FData[i].Stream.Clear;
|
||||
if Size>0 then
|
||||
FData[i].Stream.Write(Buffer,Size);
|
||||
FSupportedFormatsChanged:=true;
|
||||
finally
|
||||
Result:=EndUpdate;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user