lcl: don't block flipping in the LCL level (part of issue #0013059)

git-svn-id: trunk@19216 -
This commit is contained in:
paul 2009-04-04 13:04:01 +00:00
parent 44fa480f4a
commit e11389adc0

View File

@ -232,8 +232,7 @@ var
SrcDC: hDC;
DestDC: hDC;
begin
if (DestRect.Right<=DestRect.Left) or (DestRect.Bottom<=DestRect.Top)
or (Width=0) or (Height=0)
if (Width=0) or (Height=0)
then Exit;
BitmapHandleNeeded;