FIXED: Before this PR, only CPControl could use nib2cib-adjustment-frame. (#2831)

This commit is contained in:
Didier Korthoudt
2020-03-11 10:17:14 +01:00
committed by GitHub
parent 82e55b4761
commit a4ef18ddab
4 changed files with 38 additions and 28 deletions
+2 -1
View File
@@ -332,7 +332,8 @@ var CPViewHighDPIDrawingEnabled = YES;
+ (CPDictionary)themeAttributes
{
return @{
@"css-based": NO
@"css-based": NO,
@"nib2cib-adjustment-frame": CGRectMakeZero()
};
}