mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
fix errors
This commit is contained in:
parent
48c9317734
commit
5238f668c6
1 changed files with 5 additions and 5 deletions
|
@ -4605,11 +4605,11 @@ static NSView* findByTag(NSView *view, NSInteger aTag, NSUInteger *level)
|
|||
|
||||
[aCoder encodeRect: _frame];
|
||||
[aCoder encodeRect: _bounds];
|
||||
[aCoder encodeBool: &_is_rotated_from_base];
|
||||
[aCoder encodeBool: &_is_rotated_or_scaled_from_base];
|
||||
[aCoder encodeBool: &_post_frame_changes];
|
||||
[aCoder encodeBool: &_autoresizes_subviews];
|
||||
[aCoder encodeBool: &_autoresizingMask];
|
||||
[aCoder encodeBool: _is_rotated_from_base];
|
||||
[aCoder encodeBool: _is_rotated_or_scaled_from_base];
|
||||
[aCoder encodeBool: _post_frame_changes];
|
||||
[aCoder encodeBool: _autoresizes_subviews];
|
||||
[aCoder encodeBool: _autoresizingMask];
|
||||
[aCoder encodeConditionalObject: [self nextKeyView]];
|
||||
[aCoder encodeConditionalObject: [self previousKeyView]];
|
||||
[aCoder encodeObject: _sub_views];
|
||||
|
|
Loading…
Reference in a new issue