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