LazReport, fix report designer do no update properly when compiled for Qt, From Julio Jiménez Borreguero, issue #23211

git-svn-id: trunk@39243 -
This commit is contained in:
jesus 2012-11-04 19:57:14 +00:00
parent ae2ecc4115
commit 47e02aded0

View File

@ -1492,6 +1492,7 @@ begin
Exit;
end;
{$IFDEF LCLQt}Invalidate;{$endif}
{$IFDEF LCLCarbon}Invalidate;{$endif}
Down := False;
if FDesigner.ShapeMode = smFrame then
@ -1839,6 +1840,7 @@ begin
Moved := True;
w := 2;
{$ifdef LCLQt}if Down then Invalidate;{$endif}
{$ifdef LCLCarbon}if Down then Invalidate;{$endif}
if FirstChange and Down and not RFlag then