We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6fb4f7 + e7bb3b8 commit d022038Copy full SHA for d022038
1 file changed
FsprgEmbeddedStore/FsprgOrderView.m
@@ -73,6 +73,7 @@ - (void)layout
73
NSView *newSubview = [[delegate delegate] viewWithFrame:[self frame] forOrder:order];
74
[self addSubview:newSubview];
75
}
76
+ [super layout];
77
78
79
- (void)viewDidMoveToHostWindow
0 commit comments