mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 03:35:57 +02:00
fix access violation with dbedit (from loesje)
git-svn-id: trunk@6486 -
This commit is contained in:
parent
6334f891ba
commit
e7d14403ef
@ -207,7 +207,8 @@ end;
|
||||
procedure TDBEdit.EditingDone;
|
||||
begin
|
||||
inherited EditingDone;
|
||||
FDataLink.UpdateRecord;
|
||||
if FDataLink.CanModify then
|
||||
FDataLink.UpdateRecord;
|
||||
end;
|
||||
|
||||
{ Public Methods }
|
||||
@ -234,6 +235,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.11 2005/01/06 13:22:24 micha
|
||||
fix access violation with dbedit (from loesje)
|
||||
|
||||
Revision 1.10 2004/09/01 11:12:04 mattias
|
||||
replaced KeyPress dependencies with KeyDown
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user