Fixed: Adds the missing isCSSBased method for CPView (#2945)

This commit is contained in:
Didier Korthoudt
2020-10-12 08:51:49 +02:00
committed by GitHub
parent 99d7c8d824
commit 87719f1161
+5
View File
@@ -3505,6 +3505,11 @@ setBoundsOrigin:
#endif
}
- (BOOL)isCSSBased
{
return [[CPTheme defaultTheme] valueForAttributeWithName:@"css-based" forClass:CPView];
}
@end