mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Append printed page to job
This commit is contained in:
@@ -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() &&
|
||||
|
||||
Reference in New Issue
Block a user