mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:53:41 +00:00
[RAPPS] Refresh item info after installer completes (#7697)
- Refresh the details view of the item that was just installed. - Hint update of uninstallers list is needed. - Restore focus correctly after installer process finishes. CORE-17677
This commit is contained in:
parent
a610016952
commit
5bc6d59142
10 changed files with 109 additions and 29 deletions
|
@ -160,6 +160,8 @@ StartProcess(const CStringW &Path, BOOL Wait)
|
|||
{
|
||||
EnableWindow(hMainWnd, TRUE);
|
||||
SetForegroundWindow(hMainWnd);
|
||||
// We got the real activation message during MsgWaitForMultipleObjects while
|
||||
// we were disabled, we need to set the focus again now.
|
||||
SetFocus(hMainWnd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue