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

git-svn-id: trunk@58237 -
This commit is contained in:
michl 2018-06-12 20:26:25 +00:00
parent 6bb838705f
commit 7da1636ffa

View File

@ -3652,7 +3652,7 @@ end;
procedure TControl.WMCancelMode(var Message: TLMessage);
begin
MouseCapture := False;
SetCaptureControl(nil);
end;
function TControl.IsEnabledStored: Boolean;