Eeschema: fix string formatting assertion in dialog_print_using_printer.cpp.
This commit is contained in:
parent
991d1066ef
commit
752d0df916
|
@ -433,7 +433,7 @@ void SCH_PRINTOUT::DrawPage( SCH_SCREEN* aScreen )
|
||||||
FitThisSizeToPaper( pageSizeIU );
|
FitThisSizeToPaper( pageSizeIU );
|
||||||
fitRect = GetLogicalPaperRect();
|
fitRect = GetLogicalPaperRect();
|
||||||
|
|
||||||
wxLogDebug( wxT( "Fit rectangle: %d, %d, %d" ),
|
wxLogDebug( wxT( "Fit rectangle: x = %d, y = %d, w = %d, h = %d" ),
|
||||||
fitRect.x, fitRect.y, fitRect.width, fitRect.height );
|
fitRect.x, fitRect.y, fitRect.width, fitRect.height );
|
||||||
|
|
||||||
// When is the actual paper size does not match the schematic page
|
// When is the actual paper size does not match the schematic page
|
||||||
|
|
Loading…
Reference in New Issue