mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 08:44:40 +02:00
Display find progress status on cancel operation also
This commit is contained in:
parent
43ac186d2b
commit
4409277180
@ -3173,6 +3173,7 @@ LRESULT APIENTRY Progress::wndProc(HWND hwnd, UINT umsg, WPARAM wparam, LPARAM l
|
|||||||
(::GetWindowLongPtr(hwnd, GWLP_USERDATA)));
|
(::GetWindowLongPtr(hwnd, GWLP_USERDATA)));
|
||||||
::ResetEvent(pw->_hActiveState);
|
::ResetEvent(pw->_hActiveState);
|
||||||
::EnableWindow(pw->_hBtn, FALSE);
|
::EnableWindow(pw->_hBtn, FALSE);
|
||||||
|
pw->setInfo(TEXT("Cancelling operation, please wait..."));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user