Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Fix bug 146006 Landscape orientation ignored by PDF emitter

Summary:

Fix bug 146006 Landscape orientation ignored by PDF emitter

 

- Bugzilla Bug(s)

146006

 

- Description:

substitute . getPageWidth() &&  getPageHeight()  for  getEffectiveWidth() &&  getEffectiveHeight() in EngineIRVisitor.setupMasterPage()

 

- Tests Description:

Manuel Test

 

- Notes to Build Team:

 

- Notes to Developers:

 

- Notes to QA:

 

- Notes to Documentation:

 

- Files Edited:

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java

 

- Files Added:

qsong

 


Back to the top