mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 17:55:59 +02:00
LazUtils: Masks: cosmetic (fix indentation).
This commit is contained in:
parent
e4f572e8a6
commit
61a1afe43f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user