LazUtils: Masks: also do not compile the mask in the constructor of TWindowsMaskList.

This commit is contained in:
Bart 2021-10-31 18:04:51 +01:00
parent 181e410434
commit 2cab533808

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;