8170352: The collate option is not checked
Reviewed-by: prr, yan
This commit is contained in:
parent
1f91d8a2d6
commit
98f2f0743f
@ -1053,15 +1053,8 @@ public class IPPPrintService implements PrintService, SunPrinterJobService {
|
||||
// of setting it, it is a safe assumption to just always
|
||||
// include SheetCollate as supported attribute.
|
||||
|
||||
/*
|
||||
In Linux, we use Postscript for rendering but Linux still
|
||||
has issues in propagating Postscript-embedded setpagedevice
|
||||
setting like collation. Therefore, we temporarily exclude
|
||||
Linux.
|
||||
*/
|
||||
if (!PrintServiceLookupProvider.isLinux()) {
|
||||
catList.add(SheetCollate.class);
|
||||
}
|
||||
catList.add(SheetCollate.class);
|
||||
|
||||
}
|
||||
|
||||
// With the assumption that Chromaticity is equivalent to
|
||||
|
Loading…
Reference in New Issue
Block a user