зеркало из https://github.com/mozilla/gecko-dev.git
Reset 'mAltDC' when we finish Print Preview. b=365578 r+sr=roc
This commit is contained in:
Родитель
51eb03f781
Коммит
72dca139bf
|
@ -3288,6 +3288,10 @@ nsPrintEngine::FinishPrintPreview()
|
|||
|
||||
SetIsCreatingPrintPreview(PR_FALSE);
|
||||
|
||||
if (mPrt->mPrintDC) {
|
||||
mPrt->mPrintDC->SetAltDevice(nsnull);
|
||||
}
|
||||
|
||||
/* cleaup on failure + notify user */
|
||||
if (NS_FAILED(rv)) {
|
||||
/* cleanup done, let's fire-up an error dialog to notify the user
|
||||
|
|
Загрузка…
Ссылка в новой задаче