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
Родитель 260a095f9b
Коммит 12275a22c3
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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