Fixed #1: X2UtService Start method gets nil AContext in interactive mode
This commit is contained in:
parent
d895950bd6
commit
8de40e4f85
@ -49,6 +49,7 @@ begin
|
||||
|
||||
Application.CreateForm(TX2ServiceContextGUIForm, serviceForm);
|
||||
serviceForm.Caption := AService.DisplayName;
|
||||
serviceForm.Context := Self;
|
||||
serviceForm.Service := AService;
|
||||
|
||||
Application.Run;
|
||||
|
Loading…
Reference in New Issue
Block a user