mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 15:42:08 +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;
|
SrcDC: hDC;
|
||||||
DestDC: hDC;
|
DestDC: hDC;
|
||||||
begin
|
begin
|
||||||
if (DestRect.Right<=DestRect.Left) or (DestRect.Bottom<=DestRect.Top)
|
if (Width=0) or (Height=0)
|
||||||
or (Width=0) or (Height=0)
|
|
||||||
then Exit;
|
then Exit;
|
||||||
|
|
||||||
BitmapHandleNeeded;
|
BitmapHandleNeeded;
|
||||||
|
Loading…
Reference in New Issue
Block a user