mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:00:46 +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
bb813d8ae7
commit
0614c779b0
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>
|
2010-01-28 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||||
|
|
||||||
* Source/NSApplication.m (-_windowWillClose:, -_lastWindowClosed:):
|
* Source/NSApplication.m (-_windowWillClose:, -_lastWindowClosed:):
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
#import "GSThemePrivate.h"
|
#import "GSThemePrivate.h"
|
||||||
|
|
||||||
#import "AppKit/NSApplication.h"
|
|
||||||
#import "AppKit/NSAttributedString.h"
|
#import "AppKit/NSAttributedString.h"
|
||||||
#import "AppKit/NSBezierPath.h"
|
#import "AppKit/NSBezierPath.h"
|
||||||
#import "AppKit/NSButtonCell.h"
|
#import "AppKit/NSButtonCell.h"
|
||||||
|
@ -212,11 +211,6 @@
|
||||||
NSColor *c;
|
NSColor *c;
|
||||||
|
|
||||||
c = [[view window] backgroundColor];
|
c = [[view window] backgroundColor];
|
||||||
|
|
||||||
if ([[view window] isMainWindow] &&
|
|
||||||
[[NSApplication sharedApplication] isActive])
|
|
||||||
c = [NSColor whiteColor];
|
|
||||||
|
|
||||||
[c set];
|
[c set];
|
||||||
NSRectFill (frame);
|
NSRectFill (frame);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue