mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 22:56:06 +02:00
LazUtils: Masks: also do not compile the mask in the constructor of TWindowsMaskList.
This commit is contained in:
parent
181e410434
commit
2cab533808
@ -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