Browse Source

Better fix for bug #1155888

pull/1/head
jean-pierre charras 13 years ago
parent
commit
e90fc3a9b2
  1. 4
      common/class_page_info.cpp

4
common/class_page_info.cpp

@ -330,8 +330,8 @@ void PAGE_INFO::Format( OUTPUTFORMATTER* aFormatter, int aNestLevel, int aContro
GetCustomWidthMils() * 25.4 / 1000.0,
GetCustomHeightMils() * 25.4 / 1000.0 );
if( IsPortrait() )
aFormatter->Print( 0, " portrait" );
if( !IsCustom() && IsPortrait() )
aFormatter->Print( 0, " portrait" );
aFormatter->Print( 0, ")\n" );
}
Loading…
Cancel
Save