lcl: hopefully fix windows clipboard copy fails (by Alexander S. Klenin, annoying bug #0011548)

git-svn-id: trunk@18105 -
This commit is contained in:
paul 2009-01-04 17:26:32 +00:00
parent 35fdea5b96
commit e3b2307040

View File

@ -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;