mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
lcl: call inherited method in TDBEdit.LMPasteFromClip only if Field.CanModify (no effect for now, but as soon the issue #20330 if fixed, will get the correct behavior)
git-svn-id: trunk@32480 -
This commit is contained in:
parent
4abcef4f08
commit
4dc5517533
@ -244,8 +244,8 @@ begin
|
||||
FDatalink.Edit;
|
||||
FDataLink.Modified;
|
||||
FDataLink.OnDataChange := @DataChange;
|
||||
inherited LMPasteFromClip(Message);
|
||||
end;
|
||||
inherited LMPasteFromClip(Message);
|
||||
end;
|
||||
|
||||
procedure TDBEdit.LMCutToClip(var Message: TLMessage);
|
||||
|
Loading…
Reference in New Issue
Block a user