mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 13:39:25 +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);
|
procedure TDBEdit.LMCutToClip(var Message: TLMessage);
|
||||||
begin
|
begin
|
||||||
if FDataLink.CanModify then
|
FDatalink.Edit;
|
||||||
FDatalink.Edit;
|
|
||||||
inherited LMCutToClip(Message);
|
inherited LMCutToClip(Message);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user