LCL: Make TMemo.Modified property work like TEDIT does. Issue #38388, patch from Jamie Philbrook.

git-svn-id: trunk@64420 -
This commit is contained in:
juha 2021-01-25 09:32:13 +00:00
parent 7ab17842cd
commit d7de049568

View File

@ -158,7 +158,9 @@ begin
{$ifdef DEBUG_MEMO}
debugln('TCustomMemo.RealSetText "',AValue,'"');
{$endif}
fTExtChangedByRealSetText:=True;
Lines.Text := AValue;
fTExtChangedByRealSetText:=False;
end;
function TCustomMemo.GetCachedText(var CachedText: TCaption): boolean;