We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fb4f7 commit e7bb3b8Copy full SHA for e7bb3b8
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