1
0
mirror of synced 2024-09-19 01:36:08 +00:00

Fixed #1: X2UtService Start method gets nil AContext in interactive mode

This commit is contained in:
Mark van Renswoude 2016-12-14 10:17:21 +01:00
parent d895950bd6
commit 8de40e4f85

View File

@ -49,6 +49,7 @@ begin
Application.CreateForm(TX2ServiceContextGUIForm, serviceForm);
serviceForm.Caption := AService.DisplayName;
serviceForm.Context := Self;
serviceForm.Service := AService;
Application.Run;