mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Remove some accidentally committed code from r29416
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1ace430690
commit
b521058a3a
2 changed files with 5 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-01-27 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/GSThemeDrawing.m: Undo an accidental commit of some testing
|
||||
code in r29416
|
||||
|
||||
2010-01-28 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/NSApplication.m (-_windowWillClose:, -_lastWindowClosed:):
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
#import "GSThemePrivate.h"
|
||||
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSAttributedString.h"
|
||||
#import "AppKit/NSBezierPath.h"
|
||||
#import "AppKit/NSButtonCell.h"
|
||||
|
@ -212,11 +211,6 @@
|
|||
NSColor *c;
|
||||
|
||||
c = [[view window] backgroundColor];
|
||||
|
||||
if ([[view window] isMainWindow] &&
|
||||
[[NSApplication sharedApplication] isActive])
|
||||
c = [NSColor whiteColor];
|
||||
|
||||
[c set];
|
||||
NSRectFill (frame);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue