LazUtils: Masks: cosmetic (fix indentation).

This commit is contained in:
Bart 2021-10-29 23:08:40 +02:00
parent e4f572e8a6
commit 61a1afe43f

View File

@ -512,7 +512,7 @@ begin
for i := 0 to fMasks.Count - 1 do
begin
TWindowsMask(fMasks.Items[i]).fWindowsQuirkAllowed := FWindowsQuirks;
TWindowsMask(fMasks.Items[i]).Compile; //to apply Quirks
TWindowsMask(fMasks.Items[i]).Compile; //to apply Quirks
end;
end;
end;