LCL: Fixed OnClick event not triggered for a TSpeedButton on a fresh created form when inside a TGroupBox. Issue #26638

git-svn-id: trunk@57947 -
This commit is contained in:
michl 2018-05-16 21:29:56 +00:00
parent 54a75891f1
commit 12c69fc609

View File

@ -677,6 +677,7 @@ end;
------------------------------------------------------------------------------}
procedure TCustomForm.Activate;
begin
SetCaptureControl(nil);
if Assigned(FOnActivate) then FOnActivate(Self);
end;