Fixed bug that occured when duplex mode is selected.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10773 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -333,7 +333,7 @@ bool GraphicsDriver::printPage(PageDataList *pages)
|
|||||||
offset.y = 0.0f;
|
offset.y = 0.0f;
|
||||||
|
|
||||||
if (pages == NULL) {
|
if (pages == NULL) {
|
||||||
return nextBand(NULL, &offset);
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
|||||||
Reference in New Issue
Block a user