fix patch, yikes

f41
Caolán McNamara 10 years ago
parent ce7a23dcb4
commit 2168af3ce1

@ -46,7 +46,7 @@ index 7080e9d..8e1739c 100644
SdDrawDocument* pDocument = mrBase.GetMainViewShell()->GetDoc();
+ bool bIsDraw = pDocument->GetDocumentType() == DOCUMENT_TYPE_DRAW;
rInfo.meOrientation = ORIENTATION_PORTRAIT;
+ bool bDoDodgyHeightWidthFit = bIsDraw && !mpOptions->IsNotes();
+ bool bDoDodgyHeightWidthFit = !bIsDraw && !mpOptions->IsNotes();
if( ! mpOptions->IsBooklet())
{

Loading…
Cancel
Save