Skip to content

Commit

Permalink
Untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Apr 10, 2017
1 parent c953bb5 commit 9801cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CefSharp.Core/Internals/CefBrowserHostWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void CefBrowserHostWrapper::PrintToPdf(String^ path, PdfPrintSettings^ settings,
nativeSettings.margin_top = settings->MarginTop;
nativeSettings.margin_left = settings->MarginLeft;
nativeSettings.margin_right = settings->MarginRight;
nativeSettings.scale_factor = settings->ScaleFactor;
nativeSettings.scale_factor = settings->ScaleFactor;
nativeSettings.page_height = settings->PageHeight;
nativeSettings.page_width = settings->PageWidth;
nativeSettings.margin_type = static_cast<cef_pdf_print_margin_type_t>(settings->MarginType);
Expand Down

0 comments on commit 9801cc5

Please sign in to comment.