mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 08:59:32 +02:00
lcl: don't block flipping in the LCL level (part of issue #0013059)
git-svn-id: trunk@19216 -
This commit is contained in:
parent
44fa480f4a
commit
e11389adc0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user