added missing contrains to silence 10.12 AppKit warnings

This commit is contained in:
michael starke
2016-12-20 11:31:06 +01:00
parent 76cff394ac
commit 498ab93f3a
2 changed files with 15 additions and 11 deletions

View File

@@ -350,6 +350,11 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) {
options:0
metrics:nil
views:views]];
[clipView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:|[view]"
options:0
metrics:nil
views:views]];
[[self view] layoutSubtreeIfNeeded];
}