mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-09 04:07:12 +00:00
tableview fixes
This commit is contained in:
committed by
Francisco Ryan Tolmasky I
parent
8a1c1b931f
commit
58aef6ef74
@@ -239,7 +239,7 @@ function CGContextSetAlpha(aContext, anAlpha)
|
||||
}
|
||||
|
||||
function CGContextSetFillColor(aContext, aColor)
|
||||
{
|
||||
{
|
||||
aContext.fillStyle = [aColor cssString];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user