mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SETUP][SYSSETUP]
- Restore focus after closing GPL window - Patch by vort CORE-6837 #resolve #comment fixed in rev 58083 svn path=/trunk/; revision=58083
This commit is contained in:
@@ -348,6 +348,7 @@ AckPageDlgProc(HWND hwndDlg,
|
||||
if (HIWORD(wParam) == BN_CLICKED && IDC_VIEWGPL == LOWORD(wParam))
|
||||
{
|
||||
DialogBox(hDllInstance, MAKEINTRESOURCE(IDD_GPL), NULL, GplDlgProc);
|
||||
SetForegroundWindow(GetParent(hwndDlg));
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user