mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 19:19:24 +02:00
LazUtils: Masks: also force a new Compile when EscapeChar is changed.
This commit is contained in:
parent
ca93bfbd58
commit
ff2b30b7c0
@ -589,6 +589,7 @@ begin
|
||||
if fMaskEscapeChar>#127 then
|
||||
Exception_InvalidEscapeChar();
|
||||
fMaskEscapeChar:=AValue;
|
||||
fMaskIsCompiled:=False;
|
||||
end;
|
||||
|
||||
procedure TMaskBase.SetMaskOpCodesAllowed(AValue: TMaskOpCodes);
|
||||
|
Loading…
Reference in New Issue
Block a user