mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 20:15:58 +02:00
FPVectorial: Fix missing call to parent constructor of TIndentedStringList. Issue #39764. Patch by ExSystem.
This commit is contained in:
parent
59eeb39742
commit
bed8f0d9e9
@ -413,6 +413,7 @@ End;
|
|||||||
|
|
||||||
Constructor TIndentedStringList.Create;
|
Constructor TIndentedStringList.Create;
|
||||||
Begin
|
Begin
|
||||||
|
inherited Create;
|
||||||
FIndent := '';
|
FIndent := '';
|
||||||
FIndentSteps := ' ';
|
FIndentSteps := ' ';
|
||||||
End;
|
End;
|
||||||
|
Loading…
Reference in New Issue
Block a user