Skip to content

Commit

Permalink
We meanwhile have two InitializeGlobalStructures() methods, make sure…
Browse files Browse the repository at this point in the history
… to call them both. Issue #1134
  • Loading branch information
joachimmarder committed Nov 14, 2023
1 parent 1aac7ef commit 26deba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/VirtualTrees.pas
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ procedure InitializeGlobalStructures();
constructor TCustomVirtualStringTree.Create(AOwner: TComponent);

begin
InitializeGlobalStructures();
inherited;
FPreviouslySelected := nil;
FDefaultText := cDefaultText;
Expand Down

0 comments on commit 26deba0

Please sign in to comment.