Added created/modifed display (rough)

This commit is contained in:
michael starke
2013-06-23 23:37:39 +02:00
parent 71d3889af4
commit 6056ff3722
8 changed files with 208 additions and 142 deletions

View File

@@ -18,7 +18,6 @@
NSBezierPath *path = [NSBezierPath bezierPathWithRoundedRect:[self bounds] xRadius:10 yRadius:10];
[backgroundColor set];
[path fill];
[[NSGraphicsContext currentContext] restoreGraphicsState];
}