Update comment.

This commit is contained in:
Martijn Laan 2024-08-04 21:43:03 +02:00
parent b0476e12c3
commit 3ce479ec6b
No known key found for this signature in database
GPG Key ID: E2DD568CF6098F6A

View File

@ -2,7 +2,7 @@ unit BidiUtils;
{
Inno Setup
Copyright (C) 1997-2018 Jordan Russell
Copyright (C) 1997-2024 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
@ -21,7 +21,7 @@ function IsParentRightToLeft(const AControl: TControl): Boolean;
function SetBiDiStyles(const AControl: TControl; var AParams: TCreateParams): Boolean;
var
{ These are set by the SetupForm unit: }
{ These two callbacks should be set by the caller. Inno Setup: set by the Setup.SetupForm unit: }
IsParentFlippedFunc: function(AControl: TControl): Boolean;
IsParentRightToLeftFunc: function(AControl: TControl): Boolean;