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:
parent
4bf2b3cccd
commit
e5ac55c714
@ -333,7 +333,7 @@ bool GraphicsDriver::printPage(PageDataList *pages)
|
||||
offset.y = 0.0f;
|
||||
|
||||
if (pages == NULL) {
|
||||
return nextBand(NULL, &offset);
|
||||
return true;
|
||||
}
|
||||
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user