Closed GoogleCodeExporter closed 8 years ago
--- SRCommon.m 2008-03-10 22:34:45.000000000 +0000 +++ SRCommon.m.new 2008-03-10 22:35:11.000000000 +0000 @@ -464,16 +464,17 @@ [cross setLineWidth:hScale*1.2]; [cross moveToPoint:MakeRelativePoint(4,4)]; [cross lineToPoint:MakeRelativePoint(10,10)]; [cross moveToPoint:MakeRelativePoint(10,4)]; [cross lineToPoint:MakeRelativePoint(4,10)]; [cross stroke]; + [cross release]; } + (void)_drawSRRemoveShortcut:(id)anNSCustomImageRep { // NSLog(@"drawSRRemoveShortcut using: %@", anNSCustomImageRep); [self _drawARemoveShortcutBoxUsingRep:anNSCustomImageRep opacity:0.75]; } + (void)_drawSRRemoveShortcutRollover:(id)anNSCustomImageRep {
Original issue reported on code.google.com by bwillm...@gmail.com on 10 Mar 2008 at 10:37
bwillm...@gmail.com
fixed in [20]
Original comment by rarich...@gmail.com on 2 Apr 2008 at 4:34
rarich...@gmail.com
Original comment by rarich...@gmail.com on 2 Apr 2008 at 4:35
Original issue reported on code.google.com by
bwillm...@gmail.com
on 10 Mar 2008 at 10:37