mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:19:13 +02:00
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:
parent
ae2ecc4115
commit
47e02aded0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user