mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 09:40:21 +02:00
LCL, revert DBMemo changes on losing focus (for example when datasource.autoedit=false), part of issue #12997
git-svn-id: trunk@20050 -
This commit is contained in:
parent
3f95284e56
commit
b8e4258554
@ -156,7 +156,8 @@ begin
|
||||
if FDataLink.CanModify and FDatalink.Editing then begin
|
||||
FDataLink.UpdateRecord;
|
||||
inherited EditingDone;
|
||||
end;
|
||||
end else
|
||||
FDatalink.Reset;
|
||||
end;
|
||||
|
||||
procedure TDBMemo.Change;
|
||||
|
Loading…
Reference in New Issue
Block a user