mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 22:20:25 +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
|
if fMaskEscapeChar>#127 then
|
||||||
Exception_InvalidEscapeChar();
|
Exception_InvalidEscapeChar();
|
||||||
fMaskEscapeChar:=AValue;
|
fMaskEscapeChar:=AValue;
|
||||||
|
fMaskIsCompiled:=False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TMaskBase.SetMaskOpCodesAllowed(AValue: TMaskOpCodes);
|
procedure TMaskBase.SetMaskOpCodesAllowed(AValue: TMaskOpCodes);
|
||||||
|
Loading…
Reference in New Issue
Block a user