summaryrefslogtreecommitdiff
path: root/macosx/MemBadgeView.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/MemBadgeView.m')
-rw-r--r--macosx/MemBadgeView.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/MemBadgeView.m b/macosx/MemBadgeView.m
index 3a7b8277..090b88fc 100644
--- a/macosx/MemBadgeView.m
+++ b/macosx/MemBadgeView.m
@@ -31,6 +31,7 @@
tmpDraw = [[NSImage alloc] initWithSize:drawToRect.size];
[tmpDraw lockFocus];
}
+
[[NSColor whiteColor] set];
[[NSBezierPath bezierPathWithOvalInRect:drawToRect] fill];
[[NSColor redColor] set];