mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 01:41:12 +00:00
* Source/NSGraphicsContext.m (-initWithContextInfo:): Move the
default setting into back. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39045 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1b96032a75
commit
95dbc26988
2 changed files with 5 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2015-10-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Source/NSGraphicsContext.m (-initWithContextInfo:): Move the
|
||||||
|
default setting into back.
|
||||||
|
|
||||||
2015-10-02 Riccardo Mottola <rm@gnu.org>
|
2015-10-02 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
* Headers/AppKit/NSTableView.h
|
* Headers/AppKit/NSTableView.h
|
||||||
|
|
|
@ -323,12 +323,6 @@ NSGraphicsContext *GSCurrentContext(void)
|
||||||
initWithCapacity: 1];
|
initWithCapacity: 1];
|
||||||
usedFonts = nil;
|
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
|
* The classMethodTable dictionary and the list of all contexts must both
|
||||||
* be protected from other threads.
|
* be protected from other threads.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue