mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:19:38 +02:00
lcl: dont check to TDataLink.CanModify before calling Edit (not needed) (missing commit)
git-svn-id: trunk@32479 -
This commit is contained in:
parent
fce101ac82
commit
4abcef4f08
@ -250,8 +250,7 @@ end;
|
||||
|
||||
procedure TDBEdit.LMCutToClip(var Message: TLMessage);
|
||||
begin
|
||||
if FDataLink.CanModify then
|
||||
FDatalink.Edit;
|
||||
FDatalink.Edit;
|
||||
inherited LMCutToClip(Message);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user