mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
* Source/GSToolTips.m: Revert bogus last commit.
This commit is contained in:
parent
351712efb2
commit
8f46157e16
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2020-09-14 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSToolTips.m: Revert bogus last commit.
|
||||
|
||||
2020-09-12 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/GSToolTips.m: Fix issue where setting the theme causes
|
||||
|
|
|
@ -156,10 +156,7 @@
|
|||
NSRect frame = [self frame];
|
||||
NSRect textRect = NSInsetRect(frame, 2, 2);
|
||||
|
||||
[[NSColor whiteColor] set];
|
||||
NSRectFill(bounds);
|
||||
NSDrawColorTiledRects(bounds, bounds, sides, colors, 4);
|
||||
[[NSColor blackColor] set];
|
||||
[_text drawInRect: textRect];
|
||||
}
|
||||
}
|
||||
|
@ -185,7 +182,6 @@
|
|||
defer: flag];
|
||||
if (self)
|
||||
{
|
||||
[self setBackgroundColor: [NSColor whiteColor]];
|
||||
[self setContentView: [[[GSTTView alloc] initWithFrame: contentRect] autorelease]];
|
||||
}
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue