mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed: Adds the missing isCSSBased method for CPView (#2945)
This commit is contained in:
@@ -3505,6 +3505,11 @@ setBoundsOrigin:
|
||||
#endif
|
||||
}
|
||||
|
||||
- (BOOL)isCSSBased
|
||||
{
|
||||
return [[CPTheme defaultTheme] valueForAttributeWithName:@"css-based" forClass:CPView];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user