fix: Prevent crash when closing window during background data processing
This commit is contained in:
@@ -154,7 +154,7 @@ public:
|
||||
Dlg->Create(id, GetDesktopWindow());
|
||||
Dlg->ShowWindow(Show);
|
||||
|
||||
ContextObject->v1 = id;
|
||||
ContextObject->hWnd = Dlg->GetSafeHwnd();
|
||||
ContextObject->hDlg = Dlg;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user