NSPrintOperation (-_printPaginateWithInfo:knowsRange:)

2009-07-13 Thread Georg Fleischmann
Another small issue in NSPrintOperation (that I just worked around in my code). If NSPrintScalingFactor is not set, printing will fail in [NSPrintOperation -_printPaginateWithInfo:knowsRange:]: info->printScale = [[dict objectForKey: NSPrintScalingFactor] doubleValue]; In this line, t

Fix, NSPrintOperation (-_print)

2009-07-13 Thread Georg Fleischmann
here is a small fix for printing of more than the first page. A MIN needs to be turned into a MAX. Best Wishes, Georg Fleischmann *** Source/NSPrintOperation.m.old 2009-03-13 14:31:29.0 +0800 --- Source/NSPrintOperation.m 2009-07-14 11:46:42.0 +0800 *** *