mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug 628157, ensure focus is set on print dialogs, r=jimm,a=blocking
This commit is contained in:
parent
61c903d840
commit
094ba32912
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user