diff --git a/components/lazreport/source/lr_desgn.pas b/components/lazreport/source/lr_desgn.pas index 640e2d46eb..244e0c6090 100644 --- a/components/lazreport/source/lr_desgn.pas +++ b/components/lazreport/source/lr_desgn.pas @@ -1999,8 +1999,10 @@ begin t.dy := -t.dy; if Abs(t.dy) > Abs(t.dx) then t.y := OldRect.Bottom; end; t.Selected := True; + t.BeginUpdate; t.FrameWidth := LastLineWidth; t.FrameColor := LastFrameColor; + t.EndUpdate; TfrDesignerForm(frDesigner).SelNum := 1; NPRedrawViewCheckBand(t); FDesigner.SelectionChanged;