My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 12: addPage bug in addCell
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  marc.hughes
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by marc.hughes, Oct 21, 2007
Line 1811:

this.addPage( this.CurOrientation );

The first paramater to addPage isn't orientation.  The line should read
something like this:

this.addPage(this.CurFormat ,currentPage.rotation, this.CurOrientation);

Note: this.CurFormat is made up, it'll need to be created as well.

Comment 1 by thibault.imbert, Oct 22, 2007
hi Marc,

fixed ! Thanks ;)
Sign in to add a comment

Hosted by Google Code