git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7213 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-01-01 18:38:19 +00:00
parent 339b9ef430
commit 397d9de5de

View File

@ -149,9 +149,13 @@ var
// tm: TEXTMETRIC;
s: string;
begin
if csLoading in ComponentState then
exit;
C := FElementStack.Count;
if C = 0 then
Exit;
for I := 0 to C - 1 do
begin
Element := TJvHTMLElement(FElementStack.Items[I]);