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

@@ -61,7 +61,7 @@
- (void)setShadowDisplay:(MPShadowDisplay)shadowDisplay {
if(_shadowDisplay != shadowDisplay) {
_shadowDisplay = shadowDisplay;
[self needsDisplay];
[self setNeedsDisplay:YES];
}
}