Skip to content

Commit

Permalink
Fixed compiler error for older Delphi compilers. Issue #1198
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmarder committed Jul 20, 2023
1 parent 453b4ac commit 49d4b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/VirtualTrees.Header.pas
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ procedure TVTHeader.FontChanged(Sender : TObject);
begin
inherited;
{$IF CompilerVersion < 31}
AutoScale(false);
AutoScale();
{$IFEND}
end;

Expand Down

0 comments on commit 49d4b3b

Please sign in to comment.