mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 20:40:25 +02:00
LazReport, fix exception on moving object after memo editor causing subsequent inestability
git-svn-id: trunk@33085 -
This commit is contained in:
parent
4b223aa89d
commit
56c6f5662e
@ -1097,6 +1097,9 @@ begin
|
||||
|
||||
DeleteObject(R);
|
||||
DeleteObject(AClipRgn);
|
||||
if AClipRgn=ClipRgn then
|
||||
ClipRgn := 0;
|
||||
|
||||
SelectClipRgn(Canvas.Handle, 0);
|
||||
|
||||
if not Down then
|
||||
|
Loading…
Reference in New Issue
Block a user