call inherited CM_EnabledChanged

git-svn-id: trunk@5562 -
This commit is contained in:
vincents 2004-06-13 21:37:24 +00:00
parent 0f9632c7e9
commit ae7de20e53

View File

@ -564,6 +564,7 @@ end;
procedure TCustomEditButton.CMEnabledChanged(var Msg: TLMessage);
begin
inherited CMEnabledChanged(Msg);
if FButton<>nil then
FButton.Enabled:=Enabled;
end;