diff --git a/ChangeLog b/ChangeLog index 59770d3c0..042ded95c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-09 Fred Kiefer + + * Source/NSGraphicsContext.m (-initWithContextInfo:): Move the + default setting into back. + 2015-10-02 Riccardo Mottola * Headers/AppKit/NSTableView.h diff --git a/Source/NSGraphicsContext.m b/Source/NSGraphicsContext.m index 11694c515..a5b2fba3a 100644 --- a/Source/NSGraphicsContext.m +++ b/Source/NSGraphicsContext.m @@ -323,12 +323,6 @@ NSGraphicsContext *GSCurrentContext(void) initWithCapacity: 1]; usedFonts = nil; - // Set some default values - [self setShouldAntialias: YES]; - [self setImageInterpolation: NSImageInterpolationNone]; - [self setPatternPhase: NSMakePoint(0.0, 0.0)]; - [self setCompositingOperation: NSCompositeSourceOver]; - /* * The classMethodTable dictionary and the list of all contexts must both * be protected from other threads.