We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe79a8 commit eb06638Copy full SHA for eb06638
1 file changed
Src/Utils/C4D.Wizard.Utils.OTA.pas
@@ -128,7 +128,7 @@ class function TC4DWizardUtilsOTA.AddImgIDEResourceName(AResourceName: string):
128
try
129
130
LBitmap.LoadFromResourceName(hInstance, AResourceName);
131
- {$IF CompilerVersion >= 35} //Alexandria
+ {$IF CompilerVersion = 35} //Alexandria
132
LMaskColor := clLime;
133
{$ELSE}
134
LMaskColor := LBitmap.TransparentColor;
@@ -156,7 +156,7 @@ class function TC4DWizardUtilsOTA.AddImgIDEFilePath(AFilePath: string): Integer;
156
157
158
LBitmap.LoadFromFile(AFilePath);
159
160
161
162
0 commit comments