mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 04:18:48 +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;
|
||||
Begin
|
||||
inherited Create;
|
||||
FIndent := '';
|
||||
FIndentSteps := ' ';
|
||||
End;
|
||||
|
Loading…
Reference in New Issue
Block a user