mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 626403, scrollwheel not working after no printers dialog is closed, r=jimm,a=roc
This commit is contained in:
parent
094ba32912
commit
fec5d5a815
@ -1078,6 +1078,7 @@ ShowNativePrintDialog(HWND aHWnd,
|
||||
#endif
|
||||
|
||||
} else {
|
||||
::SetFocus(aHWnd);
|
||||
aPrintSettings->SetIsCancelled(PR_TRUE);
|
||||
if (hGlobalDevMode) ::GlobalFree(hGlobalDevMode);
|
||||
return NS_ERROR_ABORT;
|
||||
|
Loading…
Reference in New Issue
Block a user