mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
FIXED: Before this PR, only CPControl could use nib2cib-adjustment-frame. (#2831)
This commit is contained in:
+2
-1
@@ -332,7 +332,8 @@ var CPViewHighDPIDrawingEnabled = YES;
|
||||
+ (CPDictionary)themeAttributes
|
||||
{
|
||||
return @{
|
||||
@"css-based": NO
|
||||
@"css-based": NO,
|
||||
@"nib2cib-adjustment-frame": CGRectMakeZero()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user