Display find progress status on cancel operation also

This commit is contained in:
Pavel Nedev 2015-05-08 19:24:18 +03:00
parent 43ac186d2b
commit 4409277180

View File

@ -3173,6 +3173,7 @@ LRESULT APIENTRY Progress::wndProc(HWND hwnd, UINT umsg, WPARAM wparam, LPARAM l
(::GetWindowLongPtr(hwnd, GWLP_USERDATA)));
::ResetEvent(pw->_hActiveState);
::EnableWindow(pw->_hBtn, FALSE);
pw->setInfo(TEXT("Cancelling operation, please wait..."));
return 0;
}
break;