mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
support new properties in nib2cib
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
_bottomCornerView = [[CPView alloc] init];
|
||||
|
||||
[self addSubview:_bottomCornerView];
|
||||
|
||||
[self setScrollerKnobStyle:[aCoder decodeObjectForKey:"NSScrollerKnobStyle"] || CPScrollerKnobStyleDefault];
|
||||
CPLogPrint([self scrollerKnobStyle]);
|
||||
_hasVerticalScroller = !!(flags & (1 << 4));
|
||||
_hasHorizontalScroller = !!(flags & (1 << 5));
|
||||
_autohidesScrollers = !!(flags & (1 << 9));
|
||||
|
||||
Reference in New Issue
Block a user