Bug 626403, scrollwheel not working after no printers dialog is closed, r=jimm,a=roc

This commit is contained in:
Neil Deakin 2011-02-07 09:47:10 -05:00
parent 094ba32912
commit fec5d5a815

View File

@ -1078,6 +1078,7 @@ ShowNativePrintDialog(HWND aHWnd,
#endif
} else {
::SetFocus(aHWnd);
aPrintSettings->SetIsCancelled(PR_TRUE);
if (hGlobalDevMode) ::GlobalFree(hGlobalDevMode);
return NS_ERROR_ABORT;