mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 14:41:28 +00:00
Fix regression in CPBox's setBorder
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ CPGrooveBorder = 3;
|
||||
if (_borderType === aBorderType)
|
||||
return;
|
||||
|
||||
_borderType = value;
|
||||
_borderType = aBorderType;
|
||||
[self setNeedsDisplay:YES];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user