mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
it's mean to move main window with focus in front of a modal dialog
svn path=/trunk/; revision=34688
This commit is contained in:
@@ -512,7 +512,6 @@ MainWndCommand(PMAIN_WND_INFO Info,
|
||||
_T("Help is not yet implemented\n"),
|
||||
_T("Note!"),
|
||||
MB_OK | MB_ICONINFORMATION);
|
||||
SetFocus(Info->hListView);
|
||||
break;
|
||||
|
||||
case ID_EXIT:
|
||||
@@ -570,7 +569,6 @@ MainWndCommand(PMAIN_WND_INFO Info,
|
||||
MAKEINTRESOURCE(IDD_ABOUTBOX),
|
||||
Info->hMainWnd,
|
||||
(DLGPROC)AboutDialogProc);
|
||||
SetFocus(Info->hListView);
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user