зеркало из https://github.com/mozilla/pjs.git
Bug 628157, ensure focus is set on print dialogs, r=jimm,a=blocking
This commit is contained in:
Родитель
62ddf369eb
Коммит
260a095f9b
|
@ -728,6 +728,7 @@ static UINT CALLBACK PrintHookProc(HWND hdlg, UINT uiMsg, WPARAM wParam, LPARAM
|
|||
|
||||
// Looks like we were able to extend the dialog
|
||||
gDialogWasExtended = PR_TRUE;
|
||||
return TRUE;
|
||||
}
|
||||
return 0L;
|
||||
}
|
||||
|
@ -1179,6 +1180,7 @@ static BOOL APIENTRY PropSheetCallBack(HWND hdlg, UINT uiMsg, UINT wParam, LONG
|
|||
|
||||
// Looks like we were able to extend the dialog
|
||||
gDialogWasExtended = PR_TRUE;
|
||||
return TRUE;
|
||||
}
|
||||
return 0L;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче