SynEdit: Markup, fixes to temp-enable (fix prev commit)

git-svn-id: trunk@53989 -
This commit is contained in:
martin 2017-01-24 01:59:46 +00:00
parent 41861e5d2c
commit 249ec867d3

View File

@ -198,7 +198,7 @@ end;
function TSynEditMarkup.GetEnabled: Boolean;
begin
Result := (FTempEnable = 0);
Result := FEnabled;
end;
function TSynEditMarkup.GetFGColor : TColor;