* Source/GSToolTips.m: Revert bogus last commit.

This commit is contained in:
fredkiefer 2020-09-14 23:21:52 +02:00
parent 351712efb2
commit 8f46157e16
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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;