Append printed page to job
This commit is contained in:
parent
aa75e4562e
commit
b27b1c3b24
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ void PrintViewManagerBase::OnDidPrintPage(
|
|||
|
||||
ShouldQuitFromInnerMessageLoop();
|
||||
#else
|
||||
print_job_->AppendPrintedPage(params.page_number);
|
||||
if (metafile_must_be_valid) {
|
||||
bool print_text_with_gdi =
|
||||
document->settings().print_text_with_gdi() &&
|
||||
|
|
Loading…
Reference in a new issue