CFileManagerDlg: Use global CImageList

This commit is contained in:
yuanyuanxiang
2025-07-13 16:01:27 +08:00
parent 46eb31a50c
commit 92ded3a6c1
3 changed files with 4 additions and 37 deletions

View File

@@ -1739,6 +1739,8 @@ BOOL CALLBACK CMy2015RemoteDlg::NotifyProc(CONTEXT_OBJECT* ContextObject)
AUTO_TICK(50);
if (ContextObject->hWnd) {
if (!IsWindow(ContextObject->hWnd))
return FALSE;
DialogBase* Dlg = (DialogBase*)ContextObject->hDlg;
Dlg->MarkReceiving(true);
Dlg->OnReceiveComplete();