You've already forked lazarus-ccr
tvplanit: Fix crash in print format editor when print format control is not on form.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8534 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1586,7 +1586,10 @@ var
|
|||||||
itGanttView : RenderControl := TVpLinkableControl(FGanttView);
|
itGanttView : RenderControl := TVpLinkableControl(FGanttView);
|
||||||
end;
|
end;
|
||||||
if FOwner is TVpControlLink then
|
if FOwner is TVpControlLink then
|
||||||
|
begin
|
||||||
|
RenderControl.ControlLink := (FOwner as TVpControlLink);
|
||||||
RenderControl.DataStore := (FOwner as TVPControlLink).DataStore;
|
RenderControl.DataStore := (FOwner as TVPControlLink).DataStore;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if Assigned(RenderControl) then
|
if Assigned(RenderControl) then
|
||||||
|
Reference in New Issue
Block a user