You've already forked lazarus-ccr
tvplanit: Fix print format designer to react on selecting a different format.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4928 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -578,7 +578,10 @@ begin
|
||||
Prn.CurFormat := Idx;
|
||||
|
||||
PrintPreview.ControlLink := ControlLink;
|
||||
PrintPreview.Invalidate;
|
||||
PrintPreview.ForceUpdate;
|
||||
PrintPreview.FirstPage;
|
||||
// PrintPreview.Invalidate;
|
||||
|
||||
|
||||
for i := 0 to Pred(Prn.PrintFormats.Items[Idx].Elements.Count) do begin
|
||||
E := Prn.PrintFormats.Items[Idx].Elements.Items[i];
|
||||
|
Reference in New Issue
Block a user