LazUtils: Masks: also force a new Compile when EscapeChar is changed.

This commit is contained in:
Bart 2021-11-01 23:12:17 +01:00
parent ca93bfbd58
commit ff2b30b7c0

View File

@ -589,6 +589,7 @@ begin
if fMaskEscapeChar>#127 then
Exception_InvalidEscapeChar();
fMaskEscapeChar:=AValue;
fMaskIsCompiled:=False;
end;
procedure TMaskBase.SetMaskOpCodesAllowed(AValue: TMaskOpCodes);