Skip to content

Commit d022038

Browse files
author
Lars Steiger
committed
Merge pull request #6 from js/patch-1
Call -[super layout]
2 parents b6fb4f7 + e7bb3b8 commit d022038

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)