LazReport, fix exception on moving object after memo editor causing subsequent inestability

git-svn-id: trunk@33085 -
This commit is contained in:
jesus 2011-10-26 03:37:06 +00:00
parent 4b223aa89d
commit 56c6f5662e

View File

@ -1097,6 +1097,9 @@ begin
DeleteObject(R);
DeleteObject(AClipRgn);
if AClipRgn=ClipRgn then
ClipRgn := 0;
SelectClipRgn(Canvas.Handle, 0);
if not Down then