Bug #1092 (PCL6: Second page upside down in duplex mode) fixed by Dr.
Hartmut Reh. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21854 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -233,8 +233,9 @@ bool PCL6Driver::startPage(int)
|
||||
if (getJobData()->getPrintStyle() == JobData::kSimplex) {
|
||||
fWriter->BeginPage(orientation, mediaSize, mediaSource);
|
||||
} else if (getJobData()->getPrintStyle() == JobData::kDuplex) {
|
||||
// TODO move duplex binding option to UI
|
||||
fWriter->BeginPage(orientation, mediaSize, mediaSource,
|
||||
PCL6Writer::kDuplexHorizontalBinding, fMediaSide);
|
||||
PCL6Writer::kDuplexVerticalBinding, fMediaSide);
|
||||
|
||||
if (fMediaSide == PCL6Writer::kFrontMediaSide) {
|
||||
fMediaSide = PCL6Writer::kBackMediaSide;
|
||||
|
||||
Reference in New Issue
Block a user