Revision: 7569 http://skim-app.svn.sourceforge.net/skim-app/?rev=7569&view=rev Author: hofman Date: 2011-12-13 12:16:30 +0000 (Tue, 13 Dec 2011) Log Message: ----------- add missing parenthesis
Modified Paths: -------------- trunk/SKColorCell.m Modified: trunk/SKColorCell.m =================================================================== --- trunk/SKColorCell.m 2011-12-13 12:09:09 UTC (rev 7568) +++ trunk/SKColorCell.m 2011-12-13 12:16:30 UTC (rev 7569) @@ -43,7 +43,7 @@ @implementation SKColorCell - (NSSize)cellSizeForBounds:(NSRect)aRect { - return NSMakeSize(fmin(16.0, NSWidth(aRect)), fmin(16.0, NSHeight(aRect)); + return NSMakeSize(fmin(16.0, NSWidth(aRect)), fmin(16.0, NSHeight(aRect))); } - (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Systems Optimization Self Assessment Improve efficiency and utilization of IT resources. Drive out cost and improve service delivery. Take 5 minutes to use this Systems Optimization Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/ _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit