mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 11:49:30 +02:00
SynEdit: Markup, fixes to temp-enable (fix prev commit)
git-svn-id: trunk@53989 -
This commit is contained in:
parent
41861e5d2c
commit
249ec867d3
@ -198,7 +198,7 @@ end;
|
||||
|
||||
function TSynEditMarkup.GetEnabled: Boolean;
|
||||
begin
|
||||
Result := (FTempEnable = 0);
|
||||
Result := FEnabled;
|
||||
end;
|
||||
|
||||
function TSynEditMarkup.GetFGColor : TColor;
|
||||
|
Loading…
Reference in New Issue
Block a user