diff --git a/MacPass/MPIconImageView.m b/MacPass/MPIconImageView.m index 03100a8c..61d1005d 100644 --- a/MacPass/MPIconImageView.m +++ b/MacPass/MPIconImageView.m @@ -54,9 +54,7 @@ return self; } -- (void)drawRect:(NSRect)dirtyRect -{ - +- (void)drawRect:(NSRect)dirtyRect { if(self.showOverlay && self.enabled) { [[NSGraphicsContext currentContext] saveGraphicsState];