mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
call inherited CM_EnabledChanged
git-svn-id: trunk@5562 -
This commit is contained in:
parent
0f9632c7e9
commit
ae7de20e53
@ -564,6 +564,7 @@ end;
|
||||
|
||||
procedure TCustomEditButton.CMEnabledChanged(var Msg: TLMessage);
|
||||
begin
|
||||
inherited CMEnabledChanged(Msg);
|
||||
if FButton<>nil then
|
||||
FButton.Enabled:=Enabled;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user