Skip to content

Commit 26deba0

Browse files
committed
We meanwhile have two InitializeGlobalStructures() methods, make sure to call them both. Issue #1134
1 parent 1aac7ef commit 26deba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/VirtualTrees.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@ procedure InitializeGlobalStructures();
649649
constructor TCustomVirtualStringTree.Create(AOwner: TComponent);
650650

651651
begin
652+
InitializeGlobalStructures();
652653
inherited;
653654
FPreviouslySelected := nil;
654655
FDefaultText := cDefaultText;

0 commit comments

Comments
 (0)