< prev index next >

src/java.desktop/share/classes/sun/print/PrintJob2D.java

Print this page

        

@@ -993,10 +993,11 @@
 
 
     public void run() {
 
         try {
+            attributes.remove(PageRanges.class);
             printerJob.print(attributes);
         } catch (PrinterException e) {
             //REMIND: need to store this away and not rethrow it.
         }
 
< prev index next >