tableview fixes

This commit is contained in:
Randy
2009-08-21 20:03:26 -07:00
committed by Francisco Ryan Tolmasky I
parent 8a1c1b931f
commit 58aef6ef74
3 changed files with 278 additions and 28 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ function CGContextSetAlpha(aContext, anAlpha)
}
function CGContextSetFillColor(aContext, aColor)
{
{
aContext.fillStyle = [aColor cssString];
}