Fix regression in CPBox's setBorder

This commit is contained in:
Mike Fellows
2010-09-29 00:05:15 -07:00
parent 28dd74444f
commit 1c597eb0df
+1 -1
View File
@@ -104,7 +104,7 @@ CPGrooveBorder = 3;
if (_borderType === aBorderType)
return;
_borderType = value;
_borderType = aBorderType;
[self setNeedsDisplay:YES];
}