Skip to content

Commit e7bb3b8

Browse files
committed
Call -[super layout]
Auto Layout requires that any implementation of -layout must call supers implementation.
1 parent b6fb4f7 commit e7bb3b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

FsprgEmbeddedStore/FsprgOrderView.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ - (void)layout
7373
NSView *newSubview = [[delegate delegate] viewWithFrame:[self frame] forOrder:order];
7474
[self addSubview:newSubview];
7575
}
76+
[super layout];
7677
}
7778

7879
- (void)viewDidMoveToHostWindow

0 commit comments

Comments
 (0)